Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
204
function
safeJsonParse(raw: string): unknown {
205
try {
206
return
jsonParse(raw)
207
} catch {
208
return
null
209
}
210
}
211
212
Callers
1
readBridgePointer
Function · 0.85
Calls
1
jsonParse
Function · 0.85
Tested by
no test coverage detected