MCPcopy
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
735func (pf payloadFormat) isCompressed() bool {
736 return pf == compressionMade
737}
738
739type streamReader interface {
740 ReadMessageHeader(header []byte) error

Callers 6

EncodeMethod · 0.80
SendMsgMethod · 0.80
SendMsgMethod · 0.80
SendMsgMethod · 0.80
msgHeaderFunction · 0.80
recvAndDecompressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected