Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
(o *textOutput) stdout() io.Writer {
53
if
o.svc == nil {
54
return
os.Stdout
55
}
56
57
return
o.svc.stdout()
58
}
59
60
func
(o *textOutput) stderr() io.Writer {
61
if
o.svc == nil {
Callers
1
printStdout
Method · 0.95
Calls
1
stdout
Method · 0.65
Tested by
no test coverage detected