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

Function FuzzObjectEachNative

fuzz_native_test.go:145–150  ·  view source on GitHub ↗

Verifies: SYS-REQ-007

(f *testing.F)

Source from the content-addressed store, hash-verified

143
144// Verifies: SYS-REQ-007
145func FuzzObjectEachNative(f *testing.F) {
146 addSeeds(f)
147 f.Fuzz(func(t *testing.T, data []byte) {
148 runWithCapture("FuzzObjectEachNative", data, func(d []byte) { _ = FuzzObjectEach(d) })
149 })
150}
151
152// Verifies: SYS-REQ-013
153func FuzzParseFloatNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzObjectEachFunction · 0.85

Tested by

no test coverage detected