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

Function nonEmptyString

cmd/share_link_create.go:399–401  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

397}
398
399func nonEmptyString(value string) (string, bool) {
400 return value, value != ""
401}
402
403func sameDropboxPath(a string, b string) bool {
404 return strings.EqualFold(cleanDropboxPath(a), cleanDropboxPath(b))

Callers 2

sharedLinkURLFunction · 0.85
sharedLinkPathLowerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected