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

Function _output

plugin/skills/coderlm/scripts/coderlm_cli.py:157–158  ·  view source on GitHub ↗
(result: dict)

Source from the content-addressed store, hash-verified

155
156
157def _output(result: dict) -> None:
158 print(json.dumps(result, indent=2))
159
160
161# ── CLI Commands ─────────────────────────────────────────────────────

Callers 15

cmd_statusFunction · 0.85
cmd_structureFunction · 0.85
cmd_symbolsFunction · 0.85
cmd_searchFunction · 0.85
cmd_implFunction · 0.85
cmd_callersFunction · 0.85
cmd_testsFunction · 0.85
cmd_variablesFunction · 0.85
cmd_peekFunction · 0.85
cmd_grepFunction · 0.85
cmd_chunksFunction · 0.85
cmd_define_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected