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

Function FuzzTokenStartNative

fuzz_native_test.go:177–182  ·  view source on GitHub ↗

Verifies: SYS-REQ-001

(f *testing.F)

Source from the content-addressed store, hash-verified

175
176// Verifies: SYS-REQ-001
177func FuzzTokenStartNative(f *testing.F) {
178 addSeeds(f)
179 f.Fuzz(func(t *testing.T, data []byte) {
180 runWithCapture("FuzzTokenStartNative", data, func(d []byte) { _ = FuzzTokenStart(d) })
181 })
182}
183
184// Verifies: SYS-REQ-002
185func FuzzGetStringNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzTokenStartFunction · 0.85

Tested by

no test coverage detected