Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ addSeeds
Function
addSeeds
fuzz_native_test.go:52–56 ·
view source on GitHub ↗
(f *testing.F)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
addSeeds(f *testing.F) {
53
for
_, s :=
range
nativeFuzzSeeds {
54
f.Add([]byte(s))
55
}
56
}
57
58
var
fuzzCrashDir =
func
() string {
59
d := os.Getenv(
"FUZZ_CRASH_DIR"
)
Callers
14
FuzzDeleteNative
Function · 0.85
FuzzParseStringNative
Function · 0.85
FuzzEachKeyNative
Function · 0.85
FuzzSetNative
Function · 0.85
FuzzObjectEachNative
Function · 0.85
FuzzParseFloatNative
Function · 0.85
FuzzParseIntNative
Function · 0.85
FuzzParseBoolNative
Function · 0.85
FuzzTokenStartNative
Function · 0.85
FuzzGetStringNative
Function · 0.85
FuzzGetFloatNative
Function · 0.85
FuzzGetIntNative
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected