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

Function FuzzGetFloatNative

fuzz_native_test.go:193–198  ·  view source on GitHub ↗

Verifies: SYS-REQ-004

(f *testing.F)

Source from the content-addressed store, hash-verified

191
192// Verifies: SYS-REQ-004
193func FuzzGetFloatNative(f *testing.F) {
194 addSeeds(f)
195 f.Fuzz(func(t *testing.T, data []byte) {
196 runWithCapture("FuzzGetFloatNative", data, func(d []byte) { _ = FuzzGetFloat(d) })
197 })
198}
199
200// Verifies: SYS-REQ-003
201func FuzzGetIntNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzGetFloatFunction · 0.85

Tested by

no test coverage detected