Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ resetDefaultStore
Function
resetDefaultStore
apps/cli/src/agent/state-store.ts:409–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
407
* Useful
for
testing or when you need a fresh start.
408
*/
409
export
function
resetDefaultStore(): void {
410
if
(defaultStore) {
411
defaultStore.reset()
412
}
413
414
defaultStore = null
415
}
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected