MCPcopy
hub / github.com/kopia/kopia / stderr

Method stderr

cli/app.go:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (o *textOutput) stderr() io.Writer {
61 if o.svc == nil {
62 return os.Stderr
63 }
64
65 return o.svc.Stderr()
66}
67
68func (o *textOutput) printStdout(msg string, args ...any) {
69 fmt.Fprintf(o.stdout(), msg, args...) //nolint:errcheck

Callers 7

printStderrMethod · 0.95
outputMethod · 0.80
maybeGenerateTLSMethod · 0.80
listDirectoryMethod · 0.80
runMethod · 0.80
getAuthenticatorMethod · 0.80

Calls 1

StderrMethod · 0.65

Tested by

no test coverage detected