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

Method free

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

Source from the content-addressed store, hash-verified

930}
931
932func (p *payloadInfo) free() {
933 if p != nil && p.uncompressedBytes != nil {
934 p.uncompressedBytes.Free()
935 }
936}
937
938// recvAndDecompress reads a message from the stream, decompressing it if necessary.
939//

Callers 4

processUnaryRPCMethod · 0.95
RecvMsgMethod · 0.95
RecvMsgMethod · 0.95
recvMsgMethod · 0.80

Calls 1

FreeMethod · 0.65

Tested by

no test coverage detected