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

Function FuzzSetNative

fuzz_native_test.go:137–142  ·  view source on GitHub ↗

Verifies: SYS-REQ-009

(f *testing.F)

Source from the content-addressed store, hash-verified

135
136// Verifies: SYS-REQ-009
137func FuzzSetNative(f *testing.F) {
138 addSeeds(f)
139 f.Fuzz(func(t *testing.T, data []byte) {
140 runWithCapture("FuzzSetNative", data, func(d []byte) { _ = FuzzSet(d) })
141 })
142}
143
144// Verifies: SYS-REQ-007
145func FuzzObjectEachNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzSetFunction · 0.85

Tested by

no test coverage detected