Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/buger/jsonparser
/ FuzzGetUnsafeString
Function
FuzzGetUnsafeString
fuzz.go:125–131 ·
view source on GitHub ↗
SYS-REQ-011
(data []byte)
Source
from the content-addressed store, hash-verified
123
124
// SYS-REQ-011
125
func
FuzzGetUnsafeString(data []byte) int {
126
_, err := GetUnsafeString(data,
"test"
)
127
if
err != nil {
128
return
0
129
}
130
return
1
131
}
Callers
1
TestAdditionalFuzzHarnessCoverage
Function · 0.85
Calls
1
GetUnsafeString
Function · 0.85
Tested by
1
TestAdditionalFuzzHarnessCoverage
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…