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

Function FuzzGetFloat

fuzz.go:98–104  ·  view source on GitHub ↗

SYS-REQ-004

(data []byte)

Source from the content-addressed store, hash-verified

96
97// SYS-REQ-004
98func FuzzGetFloat(data []byte) int {
99 _, err := GetFloat(data, "test")
100 if err != nil {
101 return 0
102 }
103 return 1
104}
105
106// SYS-REQ-003
107func FuzzGetInt(data []byte) int {

Callers 1

Calls 1

GetFloatFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…