Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
func
(o removeOptions) allowNonEmptyFolder() bool {
236
return
o.force || o.recursive
237
}
238
239
func
removeOperation(opts removeOptions) string {
240
if
opts.permanent {
Callers
1
validateRemoveTargets
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected