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

Struct badGzipCompressor

test/compressor_test.go:650–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650type badGzipCompressor struct{}
651
652func (badGzipCompressor) Do(w io.Writer, p []byte) error {
653 buf := &bytes.Buffer{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected