MCPcopy Create free account
hub / github.com/Edgio/vflow / ReadCount

Method ReadCount

reader/reader.go:134–136  ·  view source on GitHub ↗

ReadCount returns the number of bytes that have been read from this Reader in total

()

Source from the content-addressed store, hash-verified

132
133// ReadCount returns the number of bytes that have been read from this Reader in total
134func (r *Reader) ReadCount() int {
135 return r.count
136}

Callers 3

TestReadCountFunction · 0.95
decodeSetMethod · 0.80
decodeSetMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestReadCountFunction · 0.76