MCPcopy Index your code
hub / github.com/buger/jsonparser / FuzzGetBoolean

Function FuzzGetBoolean

fuzz.go:116–122  ·  view source on GitHub ↗

SYS-REQ-005

(data []byte)

Source from the content-addressed store, hash-verified

114
115// SYS-REQ-005
116func FuzzGetBoolean(data []byte) int {
117 _, err := GetBoolean(data, "test")
118 if err != nil {
119 return 0
120 }
121 return 1
122}
123
124// SYS-REQ-011
125func FuzzGetUnsafeString(data []byte) int {

Callers 1

Calls 1

GetBooleanFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…