Functionsยง
- add_
to_ config_ array - Add item to config array (generic)
- delete_
from_ config_ array - Delete item from config array by field value
- find_
in_ array - Find item in config array by field value
- find_
in_ array_ mut - Get mutable reference to item in config array
- find_
in_ config_ array - Find item in config array by field value (returns owned value)
- get_
desired_ or_ next_ id - Get the next available ID or use desired ID if specified and available
- get_
desired_ or_ next_ id_ from_ section - Get the next available ID or use desired ID (for config sections)
- get_
next_ id - Get the next available ID for a config section with optional seed value
- get_
next_ id_ from_ array - Get the next available ID for a config array
- get_
next_ id_ with_ min - Get the next available ID for a config array with minimum value
- is_
id_ taken - Check if an ID is already taken in a config array
- list_
from_ config_ array - List all items from a config array
- lookup_
cfunc_ id - Lookup comparison function ID by function code
- lookup_
dfunc_ id - Lookup distinct function ID by function code
- lookup_
efunc_ id - Lookup expression function ID by function code
- lookup_
element_ id - Lookup element ID by element code
- lookup_
feature_ id - Lookup feature ID by feature code
- lookup_
gplan_ ๐code - Internal: Lookup generic plan code by plan ID (for FFI use)
- lookup_
gplan_ id - Lookup generic plan ID by plan code
- lookup_
sfunc_ id - Lookup standardize function ID by function code
- remove_
from_ config_ array - Alias for delete_from_config_array for compatibility
- update_
in_ config_ array - Update item in config array (complete replacement)