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

Function soar_init_callbacks

Core/SoarKernel/src/callback.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91void soar_init_callbacks(agent* the_agent)
92{
93 int ct; // ct was originally of type SOAR_CALLBACK_TYPE, changed for c++ compatibility (5/1/02)
94
95 for (ct = 1; ct < NUMBER_OF_CALLBACKS; ct++)
96 {
97 the_agent->soar_callbacks[ct] = NIL;
98 }
99}
100
101int callback_count(agent* the_agent, SOAR_CALLBACK_TYPE callback_type)
102{

Callers 1

create_soar_agentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected