Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1046
type
recvCompressor
interface
{
1047
RecvCompress() string
1048
}
1049
1050
// For the two compressor parameters, both should not be set, but if they are,
Callers
6
processUnaryRPC
Method · 0.65
processStreamingRPC
Method · 0.65
handleStream
Method · 0.65
recvMsg
Method · 0.65
RecvMsg
Method · 0.65
recvAndDecompress
Function · 0.65
Implementers
2
ServerStream
internal/transport/server_stream.go
ClientStream
internal/transport/client_stream.go
Calls
no outgoing calls
Tested by
no test coverage detected