MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Read

Method Read

protocol/net/io/encoding/reader.go:38–40  ·  view source on GitHub ↗
(dst []byte)

Source from the content-addressed store, hash-verified

36}
37
38func (r Reader) Read(dst []byte) (i int, err error) {
39 return r.r.Read(dst)
40}
41
42func (r Reader) Bool(b *bool) error {
43 var byt byte

Callers 3

ReadVarIntFunction · 0.45
readBytesMethod · 0.45
FixedByteArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected