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

Function cmd_mark

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

Source from the content-addressed store, hash-verified

343
344
345def cmd_mark(args: argparse.Namespace) -> None:
346 state = _load_state()
347 _output(_post(state, "/structure/mark", {
348 "file": args.file,
349 "mark": args.type,
350 }))
351
352
353def cmd_history(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