Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
59
func
(r Reader) Ubyte(i *byte) error {
60
d, err := r.readBytes(1)
61
*i = d[0]
62
return
err
63
}
64
65
func
(r Reader) Short(i *int16) error {
66
d, err := r.readBytes(2)
Callers
15
Bool
Method · 0.95
VarInt
Method · 0.95
VarLong
Method · 0.95
FixedBitSet
Method · 0.95
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Encode
Method · 0.45
Calls
1
readBytes
Method · 0.95
Tested by
no test coverage detected