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

Method ClearHandlerStatic

Core/ClientSML/src/sml_ClientWorkingMemory.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void WorkingMemory::ClearHandlerStatic(sml::smlRunEventId /*id*/, void* pUserData, sml::Agent* /*pAgent*/, sml::smlPhase /*phase*/)
120{
121 WorkingMemory* pWM = (WorkingMemory*)pUserData;
122 pWM->ClearOutputLinkChanges();
123}
124
125void WorkingMemory::RecordSymbolInMap(IdentifierSymbol* pSymbol)
126{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected