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

Function cmd_define_symbol

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

Source from the content-addressed store, hash-verified

325
326
327def cmd_define_symbol(args: argparse.Namespace) -> None:
328 state = _load_state()
329 _output(_post(state, "/symbols/define", {
330 "symbol": args.symbol,
331 "file": args.file,
332 "definition": args.definition,
333 }))
334
335
336def cmd_redefine_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