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

Function _post

plugin/skills/coderlm/scripts/coderlm_cli.py:137–140  ·  view source on GitHub ↗
(state: dict, path: str, data: dict)

Source from the content-addressed store, hash-verified

135
136
137def _post(state: dict, path: str, data: dict) -> dict:
138 base = _base_url(state)
139 url = f"{base}{path}"
140 return _request("POST", url, data=data, headers={"X-Session-Id": _session_id(state)})
141
142
143def _safe_get(state: dict, path: str, params: dict | None = None) -> dict:

Callers 7

cmd_define_fileFunction · 0.85
cmd_redefine_fileFunction · 0.85
cmd_define_symbolFunction · 0.85
cmd_redefine_symbolFunction · 0.85
cmd_markFunction · 0.85
cmd_save_annotationsFunction · 0.85
cmd_load_annotationsFunction · 0.85

Calls 3

_base_urlFunction · 0.85
_requestFunction · 0.85
_session_idFunction · 0.85

Tested by

no test coverage detected