fuzzwrapexamples

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExportedLiteral = func(i int) {}

Functions

func FuncExported

func FuncExported(i int)

FuncExported is a test function to make sure we emit exported functions.

func FuncExportedUsesInterface

func FuncExportedUsesInterface(w io.Reader)

FuncExportedUsesInterface is a test func to make sure we don't emit anything for functions that use interfaces

Types

type ExportedInterface

type ExportedInterface interface {
	ExportedFunc()
}

ExportedInterface is a test interface to make sure we don't emit anything for functions in interfaces

type TypeExported

type TypeExported int

TypeExported is a test type to make sure we emit exported methods.

func (TypeExported) NonPointerExportedMethod

func (t TypeExported) NonPointerExportedMethod(i int)

func (*TypeExported) PointerExportedMethod

func (t *TypeExported) PointerExportedMethod(i int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL