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

Function metadataDisplayPath

cmd/metadata.go:17–22  ·  view source on GitHub ↗
(inputPath, metadataPath string)

Source from the content-addressed store, hash-verified

15package cmd
16
17func metadataDisplayPath(inputPath, metadataPath string) string {
18 if metadataPath != "" {
19 return metadataPath
20 }
21 return inputPath
22}

Callers 4

newMkdirResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected