Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Ubyte
Method
Ubyte
protocol/net/io/encoding/writer.go:35–39 ·
view source on GitHub ↗
(i uint8)
Source
from the content-addressed store, hash-verified
33
return
w.Ubyte(uint8(i))
34
}
35
func
(w Writer) Ubyte(i uint8) error {
36
_, err := w.Write([]byte{i})
37
38
return
err
39
}
40
41
func
(w Writer) Short(i int16) error {
42
return
w.Ushort(uint16(i))
Callers
6
Bool
Method · 0.95
Byte
Method · 0.95
VarInt
Method · 0.95
VarLong
Method · 0.95
FixedBitSet
Method · 0.95
EncodeBuf
Method · 0.95
Calls
1
Write
Method · 0.95
Tested by
no test coverage detected