atom_injector
Helpers used for injecting stuff into atoms on the map.
Vars | |
first_match_only | Will inject into all fitting the criteria if false, otherwise first found. |
---|---|
target_name | Will inject into atoms with this name. |
target_type | Will inject into atoms of this type. |
Procs | |
check_validity | Checks if whatever we are trying to inject with is valid |
generate_stack_trace | Generates text for our stack trace |
inject | Injects our stuff into the atom |
Var Details
first_match_only
Will inject into all fitting the criteria if false, otherwise first found.
target_name
Will inject into atoms with this name.
target_type
Will inject into atoms of this type.
Proc Details
check_validity
Checks if whatever we are trying to inject with is valid
generate_stack_trace
Generates text for our stack trace
inject
Injects our stuff into the atom