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

Struct writer

encoding/gzip/gzip.go:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type writer struct {
49 *gzip.Writer
50 pool *sync.Pool
51}
52
53// SetLevel updates the registered gzip compressor to use the compression level specified (gzip.HuffmanOnly is not supported).
54// NOTE: this function must only be called during initialization time (i.e. in an init() function),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected