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

Method allowNonEmptyFolder

cmd/rm.go:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235func (o removeOptions) allowNonEmptyFolder() bool {
236 return o.force || o.recursive
237}
238
239func removeOperation(opts removeOptions) string {
240 if opts.permanent {

Callers 1

validateRemoveTargetsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected