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

Function getRecursiveWithResults

cmd/get.go:243–245  ·  view source on GitHub ↗
(dbx filesClient, src, dst string, rootMeta files.IsMetadata, opts getOptions)

Source from the content-addressed store, hash-verified

241}
242
243func getRecursiveWithResults(dbx filesClient, src, dst string, rootMeta files.IsMetadata, opts getOptions) ([]getResult, error) {
244 return getRecursiveInternal(dbx, src, dst, rootMeta, opts, true)
245}
246
247func getRecursiveInternal(dbx filesClient, src, dst string, rootMeta files.IsMetadata, opts getOptions, collectResults bool) ([]getResult, error) {
248 arg := files.NewListFolderArg(src)

Callers 1

getFunction · 0.85

Calls 1

getRecursiveInternalFunction · 0.85

Tested by

no test coverage detected