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

Function FuzzGetString

fuzz.go:89–95  ·  view source on GitHub ↗

SYS-REQ-002

(data []byte)

Source from the content-addressed store, hash-verified

87
88// SYS-REQ-002
89func FuzzGetString(data []byte) int {
90 _, err := GetString(data, "test")
91 if err != nil {
92 return 0
93 }
94 return 1
95}
96
97// SYS-REQ-004
98func FuzzGetFloat(data []byte) int {

Callers 1

Calls 1

GetStringFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…