MCPcopy Index your code
hub / github.com/commander-cli/commander / fprintf

Method fprintf

pkg/output/cli.go:121–125  ·  view source on GitHub ↗
(a ...interface{})

Source from the content-addressed store, hash-verified

119}
120
121func (w *OutputWriter) fprintf(a ...interface{}) {
122 if _, err := fmt.Fprintln(w.out, a...); err != nil {
123 log.Fatal(err)
124 }
125}
126
127// convert runtime.TestResult to output.TestResult
128func convertTestResult(tr runtime.TestResult) TestResult {

Callers 4

PrintSummaryMethod · 0.95
printResultMethod · 0.95
printSkipMethod · 0.95
printFailuresMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected