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

Function cmd_history

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

Source from the content-addressed store, hash-verified

351
352
353def cmd_history(args: argparse.Namespace) -> None:
354 state = _load_state()
355 params = {}
356 if args.limit is not None:
357 params["limit"] = args.limit
358 _output(_get(state, "/history", params))
359
360
361def cmd_save_annotations(args: argparse.Namespace) -> None:

Callers

nothing calls this directly

Calls 3

_load_stateFunction · 0.85
_outputFunction · 0.85
_getFunction · 0.85

Tested by

no test coverage detected