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

Function FuzzGetInt

fuzz.go:107–113  ·  view source on GitHub ↗

SYS-REQ-003

(data []byte)

Source from the content-addressed store, hash-verified

105
106// SYS-REQ-003
107func FuzzGetInt(data []byte) int {
108 _, err := GetInt(data, "test")
109 if err != nil {
110 return 0
111 }
112 return 1
113}
114
115// SYS-REQ-005
116func FuzzGetBoolean(data []byte) int {

Callers 1

Calls 1

GetIntFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…