Documentation Index
Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
Use this file to discover all available pages before exploring further.
atom_exhaustion
atom_exhaustion
Atom values are appended to a global table but never removed. If input is user-controlled, dynamic instantiations such as
String.to_atom or List.to_atom can lead to possible memory leaks. Instead, use String.to_existing_atom or List.to_existing_atom.