| 85 | } |
| 86 | |
| 87 | void remove_input_function(agent* thisAgent, const char* name) |
| 88 | { |
| 89 | soar_remove_callback(thisAgent, INPUT_PHASE_CALLBACK, name); |
| 90 | } |
| 91 | |
| 92 | void add_output_function(agent* thisAgent, |
| 93 | soar_callback_fn f, |
nothing calls this directly
no test coverage detected