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

Function _clear_state

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

Source from the content-addressed store, hash-verified

56
57
58def _clear_state() -> None:
59 if STATE_FILE.exists():
60 STATE_FILE.unlink()
61
62
63def _base_url(state: dict) -> str:

Callers 2

_requestFunction · 0.85
cmd_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected