MCPcopy Create free account
hub / github.com/SoarGroup/Soar / remove_input_function

Function remove_input_function

Core/SoarKernel/src/io_soar.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void remove_input_function(agent* thisAgent, const char* name)
88{
89 soar_remove_callback(thisAgent, INPUT_PHASE_CALLBACK, name);
90}
91
92void add_output_function(agent* thisAgent,
93 soar_callback_fn f,

Callers

nothing calls this directly

Calls 1

soar_remove_callbackFunction · 0.85

Tested by

no test coverage detected