MCPcopy Create free account
hub / github.com/google/pprof / Fuzz

Function Fuzz

fuzz/main.go:24–27  ·  view source on GitHub ↗

Fuzz can be used with https://github.com/dvyukov/go-fuzz to do fuzz testing on ParseData

(data []byte)

Source from the content-addressed store, hash-verified

22
23// Fuzz can be used with https://github.com/dvyukov/go-fuzz to do fuzz testing on ParseData
24func Fuzz(data []byte) int {
25 profile.ParseData(data)
26 return 0
27}

Callers

nothing calls this directly

Calls 1

ParseDataFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…