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

Method hasCreateSettings

cmd/share_link_create.go:253–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251}
252
253func (opts shareLinkCreateOptions) hasCreateSettings() bool {
254 return opts.expires != nil || opts.allowDownload || opts.access != nil || opts.audience != nil || opts.password.set
255}
256
257func applySharedLinkCreateSettings(settings *sharing.SharedLinkSettings, opts shareLinkCreateOptions) {
258 if opts.expires != nil {

Callers 1

createSharedLinkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected