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

Function IsTrackingOutputLinkChanges

Core/ClientSML/src/sml_ClientWorkingMemory.h:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119 void SetOutputLinkChangeTracking(bool setting);
120 bool IsTrackingOutputLinkChanges()
121 {
122 return m_changeListHandlerId > 0;
123 }
124 void ClearOutputLinkChanges() ;
125
126 OutputDeltaList* GetOutputLinkChanges()

Callers 3

RecordAdditionMethod · 0.70
ReceivedOutputMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected