Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
650
type
badGzipCompressor
struct
{}
651
652
func
(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