Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
33
func
FuzzDelete(data []byte) int {
34
Delete(data,
"test"
)
35
return
1
36
}
37
38
// SYS-REQ-009
39
func
FuzzSet(data []byte) int {
Callers
2
FuzzDeleteNative
Function · 0.85
TestFuzzDeleteHarnessCoverage
Function · 0.85
Calls
1
Delete
Function · 0.85
Tested by
2
FuzzDeleteNative
Function · 0.68
TestFuzzDeleteHarnessCoverage
Function · 0.68