MCPcopy
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
107func (r *reader) Read(p []byte) (n int, err error) {
108 n, err = r.Reader.Read(p)
109 return n, err
110}
111
112func (r *reader) Close() error {
113 defer r.pool.Put(r)

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.65

Tested by

no test coverage detected