Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
package
cmd
16
17
func
metadataDisplayPath(inputPath, metadataPath string) string {
18
if
metadataPath !=
""
{
19
return
metadataPath
20
}
21
return
inputPath
22
}
Callers
4
newMkdirResult
Function · 0.85
newRelocationResultFromMetadata
Function · 0.85
restoreMetadataFromDropbox
Function · 0.85
removeMetadataFromDropbox
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected