MCPcopy 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
60def reset_state(directory: Path) -> None:
61 save_state(LearnedState(), directory)

Callers 1

test_reset_stateFunction · 0.90

Calls 2

save_stateFunction · 0.85
LearnedStateClass · 0.85

Tested by 1

test_reset_stateFunction · 0.72