Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JaredStewart/coderlm
/ _session_id
Function
_session_id
plugin/skills/coderlm/scripts/coderlm_cli.py:69–74 ·
view source on GitHub ↗
(state: dict)
Source
from the content-addressed store, hash-verified
67
68
69
def
_session_id(state: dict) -> str:
70
sid = state.get(
"session_id"
)
71
if
not sid:
72
print(
"ERROR: No active session. Run: coderlm_cli.py init"
, file=sys.stderr)
73
sys.exit(1)
74
return
sid
75
76
77
def
_request(
Callers
2
_get
Function · 0.85
_post
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected