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

Function uploadPathConflictErrorPtr

cmd/put_test.go:361–364  ·  view source on GitHub ↗
(conflictTag string)

Source from the content-addressed store, hash-verified

359}
360
361func uploadPathConflictErrorPtr(conflictTag string) *files.UploadAPIError {
362 err := uploadPathConflictError(conflictTag)
363 return &err
364}
365
366func uploadSessionFinishPathConflictErrorPtr(conflictTag string) *files.UploadSessionFinishAPIError {
367 err := uploadSessionFinishPathConflictError(conflictTag)

Callers 1

Calls 1

uploadPathConflictErrorFunction · 0.85

Tested by

no test coverage detected