MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / FuzzParseJSON

Function FuzzParseJSON

pkg/util/json/fuzz.go:15–21  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

13package json
14
15func FuzzParseJSON(data []byte) int {
16 _, err := ParseJSON(string(data))
17 if err != nil {
18 return 0
19 }
20 return 1
21}

Callers

nothing calls this directly

Calls 1

ParseJSONFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…