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

Function reset_backtrace_list

Core/SoarKernel/src/explain.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 **************************************************************************/
102
103void reset_backtrace_list(agent* thisAgent)
104{
105
106 free_backtrace_list(thisAgent, thisAgent->explain_backtrace_list);
107 thisAgent->explain_backtrace_list = NULL;
108 /* AGR 564 In both statements, the current_agent(...) was added. 2-May-94 */
109
110}
111
112/***************************************************************************
113 * Function : copy_cond_list

Callers 2

chunk_instantiationFunction · 0.85
reset_explainFunction · 0.85

Calls 1

free_backtrace_listFunction · 0.85

Tested by

no test coverage detected