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

Function relocationFailureDetails

cmd/relocation_if_exists.go:118–120  ·  view source on GitHub ↗
(fromPath, toPath string)

Source from the content-addressed store, hash-verified

116}
117
118func relocationFailureDetails(fromPath, toPath string) map[string]any {
119 return relocationErrorDetails(fromPath, toPath)
120}
121
122func relocationAggregateError(commandName, operation string, count int, failures []map[string]any) error {
123 details := operationErrorDetails(operation)

Callers 2

cpFunction · 0.85
mvFunction · 0.85

Calls 1

relocationErrorDetailsFunction · 0.85

Tested by

no test coverage detected