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

Method Ubyte

protocol/net/io/encoding/reader.go:59–63  ·  view source on GitHub ↗
(i *byte)

Source from the content-addressed store, hash-verified

57 return err
58}
59func (r Reader) Ubyte(i *byte) error {
60 d, err := r.readBytes(1)
61 *i = d[0]
62 return err
63}
64
65func (r Reader) Short(i *int16) error {
66 d, err := r.readBytes(2)

Callers 15

BoolMethod · 0.95
VarIntMethod · 0.95
VarLongMethod · 0.95
FixedBitSetMethod · 0.95
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45

Calls 1

readBytesMethod · 0.95

Tested by

no test coverage detected