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

Function FuzzGetBooleanNative

fuzz_native_test.go:209–214  ·  view source on GitHub ↗

Verifies: SYS-REQ-005

(f *testing.F)

Source from the content-addressed store, hash-verified

207
208// Verifies: SYS-REQ-005
209func FuzzGetBooleanNative(f *testing.F) {
210 addSeeds(f)
211 f.Fuzz(func(t *testing.T, data []byte) {
212 runWithCapture("FuzzGetBooleanNative", data, func(d []byte) { _ = FuzzGetBoolean(d) })
213 })
214}
215
216// Verifies: SYS-REQ-011
217func FuzzGetUnsafeStringNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzGetBooleanFunction · 0.85

Tested by

no test coverage detected