Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ readTo
Method
readTo
protocol/nbt/decoder.go:1041–1044 ·
view source on GitHub ↗
(t []byte)
Source
from the content-addressed store, hash-verified
1039
}
1040
1041
func
(d *Decoder) readTo(t []byte) error {
1042
_, err := d.rd.Read(t)
1043
return
err
1044
}
1045
1046
func
(d *Decoder) readShort() (int16, error) {
1047
var
data [2]byte
Callers
2
decodeCompoundMap
Method · 0.95
decodeCompoundStruct
Method · 0.95
Calls
1
Read
Method · 0.45
Tested by
no test coverage detected