MCPcopy Create free account
hub / github.com/divan/txqr / Total

Method Total

decode.go:126–128  ·  view source on GitHub ↗

Total returns total amount of data.

()

Source from the content-addressed store, hash-verified

124
125// Total returns total amount of data.
126func (d *Decoder) Total() int {
127 return d.total
128}
129
130// IsCompleted reports whether the read was completed successfully or not.
131func (d *Decoder) IsCompleted() bool {

Callers 1

updateProgressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected