Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ reset_state_store
Function
reset_state_store
core/state.py:437–442 ·
view source on GitHub ↗
Reset the global state store (for testing).
()
Source
from the content-addressed store, hash-verified
435
436
437
def
reset_state_store():
438
""
"Reset the global state store (for testing)."
""
439
global _state_store
440
if
_state_store:
441
_state_store.close()
442
_state_store = None
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected