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

Function relocationErrorDetails

cmd/output.go:218–223  ·  view source on GitHub ↗
(fromPath, toPath string)

Source from the content-addressed store, hash-verified

216}
217
218func relocationErrorDetails(fromPath, toPath string) map[string]any {
219 return map[string]any{
220 "from_path": fromPath,
221 "to_path": toPath,
222 }
223}
224
225func urlErrorDetails(url string) map[string]any {
226 return map[string]any{"url": url}

Callers 7

putFunction · 0.85
putStdinFunction · 0.85
putRecursiveInternalFunction · 0.85
relocationFailureDetailsFunction · 0.85
getFunction · 0.85
getWithClientFunction · 0.85
getRecursiveInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected