MCPcopy Create free account
hub / github.com/dropbox/dbxcli / getErrorOutput

Function getErrorOutput

cmd/get.go:158–163  ·  view source on GitHub ↗
(opts getOptions)

Source from the content-addressed store, hash-verified

156}
157
158func getErrorOutput(opts getOptions) io.Writer {
159 if opts.errOut != nil {
160 return opts.errOut
161 }
162 return os.Stderr
163}
164
165func newGetResult(status, kind, source, target string, metadata files.IsMetadata) (getResult, error) {
166 result := getResult{

Callers 2

getRecursiveInternalFunction · 0.85
downloadFileWithResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected