MCPcopy
hub / github.com/rclone/rclone / BytesRead

Method BytesRead

lib/readers/counting_reader.go:26–28  ·  view source on GitHub ↗

BytesRead returns how many bytes were read from the underlying reader so far.

()

Source from the content-addressed store, hash-verified

24
25// BytesRead returns how many bytes were read from the underlying reader so far.
26func (cr *CountingReader) BytesRead() uint64 {
27 return cr.read
28}

Callers 6

UpdateMethod · 0.95
uploadChunkedMethod · 0.95
UpdateMethod · 0.95
rcatSrcFunction · 0.95
CountMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected