MCPcopy Create free account
hub / github.com/buger/jsonparser / FuzzEachKeyNative

Function FuzzEachKeyNative

fuzz_native_test.go:129–134  ·  view source on GitHub ↗

Verifies: SYS-REQ-008

(f *testing.F)

Source from the content-addressed store, hash-verified

127
128// Verifies: SYS-REQ-008
129func FuzzEachKeyNative(f *testing.F) {
130 addSeeds(f)
131 f.Fuzz(func(t *testing.T, data []byte) {
132 runWithCapture("FuzzEachKeyNative", data, func(d []byte) { _ = FuzzEachKey(d) })
133 })
134}
135
136// Verifies: SYS-REQ-009
137func FuzzSetNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzEachKeyFunction · 0.85

Tested by

no test coverage detected