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

Function init_chunker

Core/SoarKernel/src/chunk.cpp:1582–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580 -------------------------------------------------------------------- */
1581
1582void init_chunker(agent* thisAgent)
1583{
1584 init_memory_pool(thisAgent, &thisAgent->chunk_cond_pool, sizeof(chunk_cond), "chunk condition");
1585 init_chunk_cond_set(&thisAgent->negated_set);
1586}
1587

Callers 1

init_soar_agentFunction · 0.85

Calls 2

init_memory_poolFunction · 0.85
init_chunk_cond_setFunction · 0.85

Tested by

no test coverage detected