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

Function explain_full_trace

Core/SoarKernel/src/explain.cpp:626–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 **************************************************************************/
625
626void explain_full_trace(agent* thisAgent)
627{
628
629 explain_chunk_str* chunk;
630
631 chunk = thisAgent->explain_chunk_list;
632 /* AGR 564 In previous statement, current_agent(...) was added. 2-May-94 */
633
634 while (chunk != NULL)
635 {
636 explain_trace_chunk(thisAgent, chunk);
637 chunk = chunk->next_chunk;
638 }
639}
640

Callers

nothing calls this directly

Calls 1

explain_trace_chunkFunction · 0.85

Tested by

no test coverage detected