Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeppelinMC/Zeppelin
/ writeByte
Method
writeByte
protocol/nbt/encoder.go:51–53 ·
view source on GitHub ↗
(b int8)
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(e *Encoder) writeByte(b int8) error {
52
return
e.writeBytes(byte(b))
53
}
54
55
func
(e *Encoder) writeShort(s int16) error {
56
return
e.writeBytes(
Callers
4
Encode
Method · 0.95
encodeCompoundStruct
Method · 0.95
encodeCompoundMap
Method · 0.95
encodeList
Method · 0.95
Calls
1
writeBytes
Method · 0.95
Tested by
no test coverage detected