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

Function FuzzGetUnsafeStringNative

fuzz_native_test.go:217–222  ·  view source on GitHub ↗

Verifies: SYS-REQ-011

(f *testing.F)

Source from the content-addressed store, hash-verified

215
216// Verifies: SYS-REQ-011
217func FuzzGetUnsafeStringNative(f *testing.F) {
218 addSeeds(f)
219 f.Fuzz(func(t *testing.T, data []byte) {
220 runWithCapture("FuzzGetUnsafeStringNative", data, func(d []byte) { _ = FuzzGetUnsafeString(d) })
221 })
222}

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzGetUnsafeStringFunction · 0.85

Tested by

no test coverage detected