Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
225
function
renderJsonText(value: unknown): string {
226
return
typeof value ===
'string'
? value : JSON.stringify(value, null, 2);
227
}
Callers
1
renderToolText
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected