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

Function FuzzParseStringNative

fuzz_native_test.go:121–126  ·  view source on GitHub ↗

Verifies: SYS-REQ-014

(f *testing.F)

Source from the content-addressed store, hash-verified

119
120// Verifies: SYS-REQ-014
121func FuzzParseStringNative(f *testing.F) {
122 addSeeds(f)
123 f.Fuzz(func(t *testing.T, data []byte) {
124 runWithCapture("FuzzParseStringNative", data, func(d []byte) { _ = FuzzParseString(d) })
125 })
126}
127
128// Verifies: SYS-REQ-008
129func FuzzEachKeyNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzParseStringFunction · 0.85

Tested by

no test coverage detected