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

Method hasSDKSettings

cmd/share_link_update.go:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218}
219
220func (opts shareLinkUpdateOptions) hasSDKSettings() bool {
221 return opts.expires != nil || opts.removeExpiration || opts.allowDownload || opts.audience != nil || opts.password.set
222}
223
224func (opts shareLinkUpdateOptions) usesRawSettings() bool {
225 return opts.disallowDownload || opts.removePassword

Callers 1

shareLinkUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected