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

Function cmd_save_annotations

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

Source from the content-addressed store, hash-verified

359
360
361def cmd_save_annotations(args: argparse.Namespace) -> None:
362 state = _load_state()
363 _output(_post(state, "/annotations/save", {}))
364
365
366def cmd_load_annotations(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