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

Function FuzzParseBoolNative

fuzz_native_test.go:169–174  ·  view source on GitHub ↗

Verifies: SYS-REQ-012

(f *testing.F)

Source from the content-addressed store, hash-verified

167
168// Verifies: SYS-REQ-012
169func FuzzParseBoolNative(f *testing.F) {
170 addSeeds(f)
171 f.Fuzz(func(t *testing.T, data []byte) {
172 runWithCapture("FuzzParseBoolNative", data, func(d []byte) { _ = FuzzParseBool(d) })
173 })
174}
175
176// Verifies: SYS-REQ-001
177func FuzzTokenStartNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzParseBoolFunction · 0.85

Tested by

no test coverage detected