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

Function cmd_impl

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

Source from the content-addressed store, hash-verified

247
248
249def cmd_impl(args: argparse.Namespace) -> None:
250 state = _load_state()
251 params = {"symbol": args.symbol, "file": args.file}
252 _output(_get(state, "/symbols/implementation", params))
253
254
255def cmd_callers(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