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

Function predict_set

Core/SoarKernel/src/decision_manipulation.cpp:154–157  ·  view source on GitHub ↗

* Function : predict_set **************************************************************************/

Source from the content-addressed store, hash-verified

152 * Function : predict_set
153 **************************************************************************/
154void predict_set(agent* thisAgent, const char* prediction)
155{
156 (*thisAgent->prediction) = prediction;
157}
158
159/***************************************************************************
160 * Function : predict_get

Callers 1

decide_context_slotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected