MCPcopy Index your code
hub / github.com/codeaashu/claude-code / safeJsonParse

Function safeJsonParse

src/bridge/bridgePointer.ts:204–210  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

202}
203
204function safeJsonParse(raw: string): unknown {
205 try {
206 return jsonParse(raw)
207 } catch {
208 return null
209 }
210}
211
212

Callers 1

readBridgePointerFunction · 0.85

Calls 1

jsonParseFunction · 0.85

Tested by

no test coverage detected