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

Function cmd_callers

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

Source from the content-addressed store, hash-verified

253
254
255def cmd_callers(args: argparse.Namespace) -> None:
256 state = _load_state()
257 params = {"symbol": args.symbol, "file": args.file}
258 if args.limit is not None:
259 params["limit"] = args.limit
260 _output(_get(state, "/symbols/callers", params))
261
262
263def cmd_tests(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