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

Method Send

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

Send sends the provided message on the stream.

([]byte)

Source from the content-addressed store, hash-verified

47type Stream interface {
48 // Send sends the provided message on the stream.
49 Send([]byte) error
50
51 // Recv blocks until the next message is received on the stream.
52 Recv() ([]byte, error)

Callers 15

DoClientStreamingFunction · 0.65
DoPingPongFunction · 0.65
DoCustomMetadataFunction · 0.65
DoStatusCodeAndMessageFunction · 0.65
StreamingOutputCallMethod · 0.65
FullDuplexCallMethod · 0.65
HalfDuplexCallMethod · 0.65
DoORCAOOBTestFunction · 0.65
TestORCAOOBFallbackMethod · 0.65

Calls

no outgoing calls

Tested by 15

TestORCAOOBFallbackMethod · 0.52
UpdateClientConnStateMethod · 0.52
ResolverErrorMethod · 0.52
CloseMethod · 0.52
ExitIdleMethod · 0.52
newSubConnMethod · 0.52
CloseMethod · 0.52
NewStreamMethod · 0.52
ResourceChangedMethod · 0.52
ResourceChangedMethod · 0.52