Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ isCompressed
Method
isCompressed
rpc_util.go:735–737 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
733
)
734
735
func
(pf payloadFormat) isCompressed() bool {
736
return
pf == compressionMade
737
}
738
739
type
streamReader
interface
{
740
ReadMessageHeader(header []byte) error
Callers
6
Encode
Method · 0.80
SendMsg
Method · 0.80
SendMsg
Method · 0.80
SendMsg
Method · 0.80
msgHeader
Function · 0.80
recvAndDecompress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected