Documentation ¶ Index ¶ func AddFromZip(f *testing.F, filename string, t InputType, short bool) type InputType Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddFromZip ¶ func AddFromZip(f *testing.F, filename string, t InputType, short bool) AddFromZip will read the supplied zip and add all as corpus for f. Byte slices only. Types ¶ type InputType ¶ type InputType uint8 const ( // TypeRaw indicates that files are raw bytes. TypeRaw InputType = iota // TypeGoFuzz indicates files are from Go Fuzzer. TypeGoFuzz // TypeOSSFuzz indicates that files are from OSS fuzzer with size before data. TypeOSSFuzz ) Source Files ¶ View all Source files helpers.go Click to show internal directories. Click to hide internal directories.