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

Function cmd_tests

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

Source from the content-addressed store, hash-verified

261
262
263def cmd_tests(args: argparse.Namespace) -> None:
264 state = _load_state()
265 params = {"symbol": args.symbol, "file": args.file}
266 if args.limit is not None:
267 params["limit"] = args.limit
268 _output(_get(state, "/symbols/tests", params))
269
270
271def cmd_variables(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