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

Function sameDropboxPath

cmd/share_link_create.go:403–405  ·  view source on GitHub ↗
(a string, b string)

Source from the content-addressed store, hash-verified

401}
402
403func sameDropboxPath(a string, b string) bool {
404 return strings.EqualFold(cleanDropboxPath(a), cleanDropboxPath(b))
405}
406
407func shareLinkExpiresFlag(cmd *cobra.Command) (*time.Time, error) {
408 value, err := cmd.Flags().GetString("expires")

Callers 1

findExistingSharedLinkFunction · 0.85

Calls 1

cleanDropboxPathFunction · 0.85

Tested by

no test coverage detected