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

Function _save_state

plugin/skills/coderlm/scripts/coderlm_cli.py:52–55  ·  view source on GitHub ↗
(state: dict)

Source from the content-addressed store, hash-verified

50
51
52def _save_state(state: dict) -> None:
53 STATE_DIR.mkdir(parents=True, exist_ok=True)
54 with STATE_FILE.open("w") as f:
55 json.dump(state, f, indent=2)
56
57
58def _clear_state() -> None:

Callers 1

cmd_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected