package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

No description provided by the author

# Interfaces

CounterVisitor describes a helper object used during counter file writing; when writing counter data files, clients pass a CounterVisitor to the write/emit routines, then the expectation is that the VisitFuncs method will then invoke the callback "f" with data for each function to emit to the file.

# Type aliases

CounterVisitorFn describes a callback function invoked when writing coverage counter data.