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

Method RecvCompress

rpc_util.go:1047–1047  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1045
1046type recvCompressor interface {
1047 RecvCompress() string
1048}
1049
1050// For the two compressor parameters, both should not be set, but if they are,

Callers 6

processUnaryRPCMethod · 0.65
processStreamingRPCMethod · 0.65
handleStreamMethod · 0.65
recvMsgMethod · 0.65
RecvMsgMethod · 0.65
recvAndDecompressFunction · 0.65

Implementers 2

ServerStreaminternal/transport/server_stream.go
ClientStreaminternal/transport/client_stream.go

Calls

no outgoing calls

Tested by

no test coverage detected