Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ isConflictError
Function
isConflictError
cmd/mkdir.go:167–169 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
165
}
166
167
func
isConflictError(err error) bool {
168
return
strings.Contains(err.Error(),
"path/conflict"
)
169
}
170
171
// mkdirCmd represents the mkdir command
172
var
mkdirCmd = &cobra.Command{
Callers
3
TestIsConflictError
Function · 0.85
putDirectoryConflictError
Function · 0.85
mkdir
Function · 0.85
Calls
1
Error
Method · 0.45
Tested by
1
TestIsConflictError
Function · 0.68