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

Function FuzzGetIntNative

fuzz_native_test.go:201–206  ·  view source on GitHub ↗

Verifies: SYS-REQ-003

(f *testing.F)

Source from the content-addressed store, hash-verified

199
200// Verifies: SYS-REQ-003
201func FuzzGetIntNative(f *testing.F) {
202 addSeeds(f)
203 f.Fuzz(func(t *testing.T, data []byte) {
204 runWithCapture("FuzzGetIntNative", data, func(d []byte) { _ = FuzzGetInt(d) })
205 })
206}
207
208// Verifies: SYS-REQ-005
209func FuzzGetBooleanNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzGetIntFunction · 0.85

Tested by

no test coverage detected