Documentation
¶
Index ¶
- Variables
- func PrintTree(writer io.Writer, fset *token.FileSet, node ast.Node) error
- type Engine
- func (e *Engine) IgnoreDirectives() map[string]map[int]map[string]map[int]bool
- func (e *Engine) ProjectRoot() string
- func (e *Engine) SetOperators(ops []mutator.Operator)
- func (e *Engine) SetProjectRoot(root string)
- func (e *Engine) SetSuppressEntries(entries []config.SuppressEntry)
- func (e *Engine) Sites() []Site
- func (e *Engine) Traverse(path string, visitor Visitor) error
- type Site
- type Visitor
Constants ¶
This section is empty.
Variables ¶
View Source
var PrintEnabled atomic.Bool
Functions ¶
Types ¶
type Engine ¶
type Engine struct {
PrintAST bool
ProgressFunc func(current, total int)
FileProgressFunc func(filename string)
// contains filtered or unexported fields
}
func (*Engine) IgnoreDirectives ¶
func (*Engine) ProjectRoot ¶
func (*Engine) SetOperators ¶
func (*Engine) SetProjectRoot ¶
func (*Engine) SetSuppressEntries ¶
func (e *Engine) SetSuppressEntries(entries []config.SuppressEntry)
Click to show internal directories.
Click to hide internal directories.