MCPcopy
hub / github.com/kopia/kopia / printStdout

Method printStdout

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

Source from the content-addressed store, hash-verified

66}
67
68func (o *textOutput) printStdout(msg string, args ...any) {
69 fmt.Fprintf(o.stdout(), msg, args...) //nolint:errcheck
70}
71
72func (o *textOutput) printStderr(msg string, args ...any) {
73 fmt.Fprintf(o.stderr(), msg, args...) //nolint:errcheck

Callers 15

runMethod · 0.80
runMethod · 0.80
showBucketsMethod · 0.80
runMethod · 0.80
runMethod · 0.80
printPolicyFunction · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
dumpIndexBlobEntriesMethod · 0.80
reportSnapshotStatusMethod · 0.80

Calls 1

stdoutMethod · 0.95

Tested by

no test coverage detected