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

Function FuzzParseBool

fuzz.go:74–80  ·  view source on GitHub ↗

SYS-REQ-012

(data []byte)

Source from the content-addressed store, hash-verified

72
73// SYS-REQ-012
74func FuzzParseBool(data []byte) int {
75 _, err := ParseBoolean(data)
76 if err != nil {
77 return 0
78 }
79 return 1
80}
81
82// SYS-REQ-001
83func FuzzTokenStart(data []byte) int {

Callers 1

Calls 1

ParseBooleanFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…