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

Function FuzzParseFloat

fuzz.go:56–62  ·  view source on GitHub ↗

SYS-REQ-013

(data []byte)

Source from the content-addressed store, hash-verified

54
55// SYS-REQ-013
56func FuzzParseFloat(data []byte) int {
57 _, err := ParseFloat(data)
58 if err != nil {
59 return 0
60 }
61 return 1
62}
63
64// SYS-REQ-015
65func FuzzParseInt(data []byte) int {

Callers 1

Calls 1

ParseFloatFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…