MCPcopy
hub / github.com/kopia/kopia / printStderr

Method printStderr

cli/app.go:72–74  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

70}
71
72func (o *textOutput) printStderr(msg string, args ...any) {
73 fmt.Fprintf(o.stderr(), msg, args...) //nolint:errcheck
74}
75
76// appServices are the methods of *App that command handles are allowed to call.
77//

Callers 8

outputMethod · 0.80
FinishMethod · 0.80
outputMethod · 0.80
runMethod · 0.80
outputSyncProgressMethod · 0.80
finishSyncProcessMethod · 0.80
populateRepositoryMethod · 0.80
runMethod · 0.80

Calls 1

stderrMethod · 0.95

Tested by

no test coverage detected