MCPcopy
hub / github.com/perkeep/perkeep / Errorf

Function Errorf

pkg/cmdmain/cmdmain.go:369–371  ·  view source on GitHub ↗

Errorf prints to Stderr, regardless of FlagVerbose.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

367
368// Errorf prints to Stderr, regardless of FlagVerbose.
369func Errorf(format string, args ...interface{}) {
370 fmt.Fprintf(Stderr, format, args...)
371}
372
373// Printf prints to Stderr if FlagVerbose, and is silent otherwise.
374func Printf(format string, args ...interface{}) {

Callers 13

printfFunction · 0.92
exitfFunction · 0.92
UsageMethod · 0.92
formattedSearchHelpFunction · 0.92
handleResultFunction · 0.92
UsageMethod · 0.92
UsageMethod · 0.92
UsageMethod · 0.92
UsageMethod · 0.92
usageFunction · 0.85
helpFunction · 0.85
MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected