Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3339
void smem_reinit_cmd(agent* thisAgent)
3340
{
3341
smem_close(thisAgent);
3342
// smem_init_db(thisAgent);
3343
}
3344
3345
void smem_reinit(agent* thisAgent)
3346
{
Callers
1
DoSMem
Method · 0.85
Calls
1
smem_close
Function · 0.85
Tested by
no test coverage detected