MCPcopy 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
69def _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
77def _request(

Callers 2

_getFunction · 0.85
_postFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected