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

Function putOutput

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

Source from the content-addressed store, hash-verified

709}
710
711func putOutput(opts putOptions) *output.Renderer {
712 if opts.output != nil {
713 return opts.output
714 }
715 return output.New(nil, nil, output.FormatText)
716}
717
718func putErrorOutput(opts putOptions) io.Writer {
719 if opts.errOut != nil {

Callers 3

reportPutSkippedFunction · 0.85
putRecursiveInternalFunction · 0.85

Calls 1

NewFunction · 0.92

Tested by

no test coverage detected