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

Function FuzzDelete

fuzz.go:33–36  ·  view source on GitHub ↗

SYS-REQ-010

(data []byte)

Source from the content-addressed store, hash-verified

31
32// SYS-REQ-010
33func FuzzDelete(data []byte) int {
34 Delete(data, "test")
35 return 1
36}
37
38// SYS-REQ-009
39func FuzzSet(data []byte) int {

Callers 1

Calls 1

DeleteFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…