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

Function FuzzSet

fuzz.go:39–45  ·  view source on GitHub ↗

SYS-REQ-009

(data []byte)

Source from the content-addressed store, hash-verified

37
38// SYS-REQ-009
39func FuzzSet(data []byte) int {
40 _, err := Set(data, []byte(`"new value"`), "test")
41 if err != nil {
42 return 0
43 }
44 return 1
45}
46
47// SYS-REQ-007
48func FuzzObjectEach(data []byte) int {

Callers 1

Calls 1

SetFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…