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

Function cmd_structure

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

Source from the content-addressed store, hash-verified

217
218
219def cmd_structure(args: argparse.Namespace) -> None:
220 state = _load_state()
221 params = {}
222 if args.depth is not None:
223 params["depth"] = args.depth
224 _output(_get(state, "/structure", params))
225
226
227def cmd_symbols(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