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

Function partialStdoutError

cmd/stdout.go:63–65  ·  view source on GitHub ↗
(bytesWritten int64)

Source from the content-addressed store, hash-verified

61}
62
63func partialStdoutError(bytesWritten int64) error {
64 return partialTransferError{bytesWritten: bytesWritten}
65}
66
67type stdoutBrokenPipeWriter struct {
68 w io.Writer

Calls

no outgoing calls