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

Function cmd_define_file

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

Source from the content-addressed store, hash-verified

309
310
311def cmd_define_file(args: argparse.Namespace) -> None:
312 state = _load_state()
313 _output(_post(state, "/structure/define", {
314 "file": args.file,
315 "definition": args.definition,
316 }))
317
318
319def cmd_redefine_file(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