package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev
# Functions
AddConfig wraps the item x with the config c.
NewPrinter constructs a pretty-printer using options o.
Options combines the options os into a single option.
ShowCompilerLogs sets whether the printer should show compiler metadata, according to show.
ShowCompilers sets whether the printer should show compiler information, according to show.
ShowMutation sets whether the printer should show mutation testing results, according to show.
ShowOk sets whether the printer should show subjects in the 'ok' category, according to show.
ShowPlanInfo sets whether the printer should show plan metadata, according to show.
ShowSubjects sets whether the printer should show subject breakdowns, according to show.
WriteTo sets the printer's output to w.
# Structs
Config is the type of pretty-printer configuration.
Printer provides the ability to output human-readable summaries of analyses to a writer.
WithConfig is the type of things wrapped with pretty-printer config.
# Type aliases
Option is the type of options for a pretty-printer.