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

Function cmd_redefine_file

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

Source from the content-addressed store, hash-verified

317
318
319def cmd_redefine_file(args: argparse.Namespace) -> None:
320 state = _load_state()
321 _output(_post(state, "/structure/redefine", {
322 "file": args.file,
323 "definition": args.definition,
324 }))
325
326
327def cmd_define_symbol(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