# 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.