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

Function cmd_variables

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

Source from the content-addressed store, hash-verified

269
270
271def cmd_variables(args: argparse.Namespace) -> None:
272 state = _load_state()
273 params = {"function": args.function, "file": args.file}
274 _output(_get(state, "/symbols/variables", params))
275
276
277def cmd_peek(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