MCPcopy Create free account
hub / github.com/codeaashu/claude-code / jsonPretty

Function jsonPretty

scripts/test-mcp.ts:37–39  ·  view source on GitHub ↗
(obj: unknown)

Source from the content-addressed store, hash-verified

35}
36
37function jsonPretty(obj: unknown): string {
38 return JSON.stringify(obj, null, 2);
39}
40
41// ── Main ──────────────────────────────────────────────────────────────────
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected