Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ WriteRootName
Method
WriteRootName
protocol/nbt/encoder.go:42–44 ·
view source on GitHub ↗
(val bool)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(e *Encoder) WriteRootName(val bool) {
43
e.dontWriteRootCompoundName = !val
44
}
45
46
func
(e *Encoder) writeBytes(b ...byte) error {
47
_, err := e.w.Write(b)
Callers
1
NBT
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected