func google.golang.org/grpc/internal/grpcutil.IsCompressorNameRegistered
3 uses
google.golang.org/grpc/internal/grpcutil (current package)
compressor.go#L31: func IsCompressorNameRegistered(name string) bool {
google.golang.org/grpc/internal/transport
http2_client.go#L543: if !grpcutil.IsCompressorNameRegistered(callHdr.SendCompress) {
google.golang.org/grpc/encoding
encoding.go#L78: if !grpcutil.IsCompressorNameRegistered(c.Name()) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)