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

Function FuzzParseInt

fuzz.go:65–71  ·  view source on GitHub ↗

SYS-REQ-015

(data []byte)

Source from the content-addressed store, hash-verified

63
64// SYS-REQ-015
65func FuzzParseInt(data []byte) int {
66 _, err := ParseInt(data)
67 if err != nil {
68 return 0
69 }
70 return 1
71}
72
73// SYS-REQ-012
74func FuzzParseBool(data []byte) int {

Callers 1

Calls 1

ParseIntFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…