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

Function FuzzGetStringNative

fuzz_native_test.go:185–190  ·  view source on GitHub ↗

Verifies: SYS-REQ-002

(f *testing.F)

Source from the content-addressed store, hash-verified

183
184// Verifies: SYS-REQ-002
185func FuzzGetStringNative(f *testing.F) {
186 addSeeds(f)
187 f.Fuzz(func(t *testing.T, data []byte) {
188 runWithCapture("FuzzGetStringNative", data, func(d []byte) { _ = FuzzGetString(d) })
189 })
190}
191
192// Verifies: SYS-REQ-004
193func FuzzGetFloatNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzGetStringFunction · 0.85

Tested by

no test coverage detected