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

Function getSoarInstance

Core/SoarKernel/src/soar_instance.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 * to Soar data structures via SWIG proxy functions. -- */
254
255Soar_Instance* getSoarInstance()
256{
257 return &(Soar_Instance::Get_Soar_Instance());
258}
259
260Output_Manager* getOM()
261{

Callers 2

destroy_soar_agentFunction · 0.85
AgentSMLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected