Fuzz can be used with https://github.com/dvyukov/go-fuzz to do fuzz testing on ParseData
(data []byte)
| 22 | |
| 23 | // Fuzz can be used with https://github.com/dvyukov/go-fuzz to do fuzz testing on ParseData |
| 24 | func Fuzz(data []byte) int { |
| 25 | profile.ParseData(data) |
| 26 | return 0 |
| 27 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…