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

Function FuzzDeleteNative

fuzz_native_test.go:113–118  ·  view source on GitHub ↗

Verifies: SYS-REQ-035

(f *testing.F)

Source from the content-addressed store, hash-verified

111
112// Verifies: SYS-REQ-035
113func FuzzDeleteNative(f *testing.F) {
114 addSeeds(f)
115 f.Fuzz(func(t *testing.T, data []byte) {
116 runWithCapture("FuzzDeleteNative", data, func(d []byte) { _ = FuzzDelete(d) })
117 })
118}
119
120// Verifies: SYS-REQ-014
121func FuzzParseStringNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzDeleteFunction · 0.85

Tested by

no test coverage detected