MCPcopy
hub / github.com/grpc/grpc-go / reader

Struct reader

encoding/gzip/gzip.go:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84var _ io.Closer = &reader{}
85
86type reader struct {
87 *gzip.Reader
88 pool *sync.Pool
89}
90
91func (c *compressor) Decompress(r io.Reader) (io.Reader, error) {
92 z, inPool := c.poolDecompressor.Get().(*reader)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected