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

Function cmd_load_annotations

plugin/skills/coderlm/scripts/coderlm_cli.py:366–368  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

364
365
366def cmd_load_annotations(args: argparse.Namespace) -> None:
367 state = _load_state()
368 _output(_post(state, "/annotations/load", {}))
369
370
371def cmd_cleanup(args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 3

_load_stateFunction · 0.85
_outputFunction · 0.85
_postFunction · 0.85

Tested by

no test coverage detected