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

Struct gzipDecompressor

rpc_util.go:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119type gzipDecompressor struct {
120 pool sync.Pool
121}
122
123// NewGZIPDecompressor creates a Decompressor based on GZIP.
124//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected