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

Function downloadMetadataSize

cmd/get.go:484–489  ·  view source on GitHub ↗
(metadata *files.FileMetadata)

Source from the content-addressed store, hash-verified

482}
483
484func downloadMetadataSize(metadata *files.FileMetadata) int64 {
485 if metadata == nil {
486 return 0
487 }
488 return int64(metadata.Size)
489}
490
491// getCmd represents the get command
492var getCmd = &cobra.Command{

Callers 1

downloadFileOnceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected