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

Method usesRawSettings

cmd/share_link_update.go:224–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222}
223
224func (opts shareLinkUpdateOptions) usesRawSettings() bool {
225 return opts.disallowDownload || opts.removePassword
226}
227
228func rawSharedLinkSettingsFromUpdateOptions(opts shareLinkUpdateOptions) *rawSharedLinkSettings {
229 settings := &rawSharedLinkSettings{

Callers 1

shareLinkUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected