MCPcopy
hub / github.com/buger/jsonparser / FuzzObjectEach

Function FuzzObjectEach

fuzz.go:48–53  ·  view source on GitHub ↗

SYS-REQ-007

(data []byte)

Source from the content-addressed store, hash-verified

46
47// SYS-REQ-007
48func FuzzObjectEach(data []byte) int {
49 _ = ObjectEach(data, func(key, value []byte, valueType ValueType, off int) error {
50 return nil
51 })
52 return 1
53}
54
55// SYS-REQ-013
56func FuzzParseFloat(data []byte) int {

Callers 1

Calls 1

ObjectEachFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…