Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ ReadRootName
Method
ReadRootName
protocol/nbt/decoder.go:70–72 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(d *Decoder) ReadRootName(v bool) {
71
d.dontReadRootCompoundName = !v
72
}
73
74
func
(d *Decoder) DisallowUnknownFields(v bool) {
75
d.disallowUnknownFields = v
Callers
1
NBT
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected