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

Method Length

decode.go:115–117  ·  view source on GitHub ↗

Length returns length of the decoded data. TODO: remove

()

Source from the content-addressed store, hash-verified

113// Length returns length of the decoded data.
114// TODO: remove
115func (d *Decoder) Length() int {
116 return 0
117}
118
119// Read returns amount of currently read bytes.
120// TODO: remove

Callers 2

TotalSizeMethod · 0.95
app.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected