coverage

package
v0.0.0-...-ddf11ae Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CoverSize    = 8 << 10
	MaxInputSize = 1 << 20
)

Variables

View Source
var CoverTab [CoverSize]byte

CoverTab holds code coverage. It is initialized to a new array so that instrumentation executed during process initialization has somewhere to write to. It is replaced by a newly initialized array when it is time for actual instrumentation to commence.

View Source
var FuzzFunctions = map[string]func([]byte) int{}
View Source
var Literals []string

These are populated by an init() function generated during build

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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