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

Method Recv

internal/xds/clients/transport_builder.go:52–52  ·  view source on GitHub ↗

Recv blocks until the next message is received on the stream.

()

Source from the content-addressed store, hash-verified

50
51 // Recv blocks until the next message is received on the stream.
52 Recv() ([]byte, error)
53}

Callers 15

DoServerStreamingFunction · 0.65
DoPingPongFunction · 0.65
DoEmptyStreamFunction · 0.65
DoCustomMetadataFunction · 0.65
DoStatusCodeAndMessageFunction · 0.65
StreamingInputCallMethod · 0.65
FullDuplexCallMethod · 0.65
HalfDuplexCallMethod · 0.65
DoORCAOOBTestFunction · 0.65

Calls

no outgoing calls