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

Function revisionErrorDetails

cmd/output.go:206–208  ·  view source on GitHub ↗
(revision string)

Source from the content-addressed store, hash-verified

204}
205
206func revisionErrorDetails(revision string) map[string]any {
207 return map[string]any{"revision": revision}
208}
209
210func emailErrorDetails(email string) map[string]any {
211 return map[string]any{"email": email}

Callers 1

restoreErrorDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected