types

package
v0.0.0-...-b1ce7bc Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package types provides types shared between go-fuzz-build and go-fuzz.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoverBlock

type CoverBlock struct {
	ID        int
	File      string
	StartLine int
	StartCol  int
	EndLine   int
	EndCol    int
	NumStmt   int
}

type Literal

type Literal struct {
	Val   string
	IsStr bool
}

type MetaData

type MetaData struct {
	Literals    []Literal
	Blocks      []CoverBlock
	Sonar       []CoverBlock
	Funcs       []string // fuzz function names; must have length > 0
	DefaultFunc string   // default function to fuzz
}

Jump to

Keyboard shortcuts

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