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

Function smem_reinit_cmd

Core/SoarKernel/src/semantic_memory.cpp:3339–3343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3337}
3338
3339void smem_reinit_cmd(agent* thisAgent)
3340{
3341 smem_close(thisAgent);
3342// smem_init_db(thisAgent);
3343}
3344
3345void smem_reinit(agent* thisAgent)
3346{

Callers 1

DoSMemMethod · 0.85

Calls 1

smem_closeFunction · 0.85

Tested by

no test coverage detected