MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / _load_state

Function _load_state

plugin/skills/coderlm/scripts/coderlm_cli.py:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def _load_state() -> dict:
46 if not STATE_FILE.exists():
47 return {}
48 with STATE_FILE.open() as f:
49 return json.load(f)
50
51
52def _save_state(state: dict) -> None:

Callers 15

cmd_statusFunction · 0.85
cmd_structureFunction · 0.85
cmd_symbolsFunction · 0.85
cmd_searchFunction · 0.85
cmd_implFunction · 0.85
cmd_callersFunction · 0.85
cmd_testsFunction · 0.85
cmd_variablesFunction · 0.85
cmd_peekFunction · 0.85
cmd_grepFunction · 0.85
cmd_chunksFunction · 0.85
cmd_define_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected