Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Read
Method
Read
encoding/gzip/gzip.go:107–110 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(r *reader) Read(p []byte) (n int, err error) {
108
n, err = r.Reader.Read(p)
109
return
n, err
110
}
111
112
func
(r *reader) Close() error {
113
defer
r.pool.Put(r)
Callers
nothing calls this directly
Calls
1
Read
Method · 0.65
Tested by
no test coverage detected