Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
def
_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
52
def
_save_state(state: dict) -> None:
Callers
15
cmd_status
Function · 0.85
cmd_structure
Function · 0.85
cmd_symbols
Function · 0.85
cmd_search
Function · 0.85
cmd_impl
Function · 0.85
cmd_callers
Function · 0.85
cmd_tests
Function · 0.85
cmd_variables
Function · 0.85
cmd_peek
Function · 0.85
cmd_grep
Function · 0.85
cmd_chunks
Function · 0.85
cmd_define_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected