MCPcopy Index your code
hub / github.com/callstack/agent-device / renderJsonText

Function renderJsonText

src/mcp/command-tools.ts:225–227  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

223}
224
225function renderJsonText(value: unknown): string {
226 return typeof value === 'string' ? value : JSON.stringify(value, null, 2);
227}

Callers 1

renderToolTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected