Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ FuzzParseJSON
Function
FuzzParseJSON
pkg/util/json/fuzz.go:10–16 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
8
package
json
9
10
func
FuzzParseJSON(data []byte) int {
11
_, err := ParseJSON(string(data))
12
if
err != nil {
13
return
0
14
}
15
return
1
16
}
Callers
nothing calls this directly
Calls
1
ParseJSON
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…