Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
1
TestFuzzDeleteHarnessCoverage
Function · 0.85
Calls
1
Delete
Function · 0.85
Tested by
1
TestFuzzDeleteHarnessCoverage
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…