Documentation
¶
Overview ¶
Package gen automatically generates fuzz functions, and is the main entry point for the fzgen command.
See the project README for additional information:
https://github.com/thepudds/fzgen
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Usage = `` /* 1078-byte string literal not displayed */
Usage contains short usage information.
Functions ¶
func EmitIndependentWrappers ¶
func EmitIndependentWrappers(pkgPath string, pkgFuncs *pkg, wrapperPkgName string, options wrapperOptions) ([]byte, error)
emitIndependentWrappers emits fuzzing wrappers where possible for the list of functions passed in. It might skip a function if it has no input parameters, or if it has a non-fuzzable parameter type such as interface{}.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.