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

Method Close

encoding/gzip/gzip.go:112–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (r *reader) Close() error {
113 defer r.pool.Put(r)
114 return r.Reader.Close()
115}
116
117func (c *compressor) Name() string {
118 return Name

Callers

nothing calls this directly

Calls 2

PutMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected