Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type FuzzResult ¶
type FuzzResult int
FuzzResult represents possible fuzzing outcomes
const ( FuzzError FuzzResult = -1 // Invalid input FuzzIgnore FuzzResult = 0 // Valid but uninteresting input FuzzInterest FuzzResult = 1 // Interesting input )
Click to show internal directories.
Click to hide internal directories.