MCPcopy 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
52func addSeeds(f *testing.F) {
53 for _, s := range nativeFuzzSeeds {
54 f.Add([]byte(s))
55 }
56}
57
58var fuzzCrashDir = func() string {
59 d := os.Getenv("FUZZ_CRASH_DIR")

Callers 14

FuzzDeleteNativeFunction · 0.85
FuzzParseStringNativeFunction · 0.85
FuzzEachKeyNativeFunction · 0.85
FuzzSetNativeFunction · 0.85
FuzzObjectEachNativeFunction · 0.85
FuzzParseFloatNativeFunction · 0.85
FuzzParseIntNativeFunction · 0.85
FuzzParseBoolNativeFunction · 0.85
FuzzTokenStartNativeFunction · 0.85
FuzzGetStringNativeFunction · 0.85
FuzzGetFloatNativeFunction · 0.85
FuzzGetIntNativeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected