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

Function removeOperation

cmd/rm.go:239–244  ·  view source on GitHub ↗
(opts removeOptions)

Source from the content-addressed store, hash-verified

237}
238
239func removeOperation(opts removeOptions) string {
240 if opts.permanent {
241 return "permanent_delete"
242 }
243 return "delete"
244}
245
246// rmCmd represents the rm command
247var rmCmd = &cobra.Command{

Callers 2

validateRemoveTargetsFunction · 0.85
removeTargetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected