MCPcopy Index your code
hub / github.com/kopia/kopia / stdout

Method stdout

cli/app.go:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (o *textOutput) stdout() io.Writer {
53 if o.svc == nil {
54 return os.Stdout
55 }
56
57 return o.svc.stdout()
58}
59
60func (o *textOutput) stderr() io.Writer {
61 if o.svc == nil {

Callers 1

printStdoutMethod · 0.95

Calls 1

stdoutMethod · 0.65

Tested by

no test coverage detected