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

Function putRecursiveWithResults

cmd/put.go:730–732  ·  view source on GitHub ↗
(src, dst string, opts putOptions)

Source from the content-addressed store, hash-verified

728}
729
730func putRecursiveWithResults(src, dst string, opts putOptions) ([]putResult, []jsonWarning, error) {
731 return putRecursiveInternal(src, dst, opts, true)
732}
733
734func putRecursiveInternal(src, dst string, opts putOptions, collectResults bool) ([]putResult, []jsonWarning, error) {
735 src = filepath.Clean(src)

Callers 1

putFunction · 0.85

Calls 1

putRecursiveInternalFunction · 0.85

Tested by

no test coverage detected