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

Method Read

decode.go:121–123  ·  view source on GitHub ↗

Read returns amount of currently read bytes. TODO: remove

()

Source from the content-addressed store, hash-verified

119// Read returns amount of currently read bytes.
120// TODO: remove
121func (d *Decoder) Read() int {
122 return 0
123}
124
125// Total returns total amount of data.
126func (d *Decoder) Total() int {

Callers 5

updateProgressMethod · 0.95
newTestDataFunction · 0.80
talkToBackendMethod · 0.80
newTestDataFunction · 0.80
app.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

newTestDataFunction · 0.64