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

Function putErrorOutput

cmd/put.go:718–723  ·  view source on GitHub ↗
(opts putOptions)

Source from the content-addressed store, hash-verified

716}
717
718func putErrorOutput(opts putOptions) io.Writer {
719 if opts.errOut != nil {
720 return opts.errOut
721 }
722 return os.Stderr
723}
724
725func putRecursive(src, dst string, opts putOptions) error {
726 _, _, err := putRecursiveInternal(src, dst, opts, false)

Callers 1

putFileWithResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected