Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ reset_state
Function
reset_state
uncommon_route/persistence.py:60–61 ·
view source on GitHub ↗
(directory: Path)
Source
from the content-addressed store, hash-verified
58
59
60
def
reset_state(directory: Path) -> None:
61
save_state(LearnedState(), directory)
Callers
1
test_reset_state
Function · 0.90
Calls
2
save_state
Function · 0.85
LearnedState
Class · 0.85
Tested by
1
test_reset_state
Function · 0.72