Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Read
Method
Read
protocol/net/io/encoding/reader.go:38–40 ·
view source on GitHub ↗
(dst []byte)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(r Reader) Read(dst []byte) (i int, err error) {
39
return
r.r.Read(dst)
40
}
41
42
func
(r Reader) Bool(b *bool) error {
43
var
byt byte
Callers
3
ReadVarInt
Function · 0.45
readBytes
Method · 0.45
FixedByteArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected