Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
def
_clear_state() -> None:
59
if
STATE_FILE.exists():
60
STATE_FILE.unlink()
61
62
63
def
_base_url(state: dict) -> str:
Callers
2
_request
Function · 0.85
cmd_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected