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

Method Send

internal/testutils/channel.go:36–38  ·  view source on GitHub ↗

Send sends value on the underlying channel.

(value any)

Source from the content-addressed store, hash-verified

34
35// Send sends value on the underlying channel.
36func (c *Channel) Send(value any) {
37 c.C <- value
38}
39
40// SendContext sends value on the underlying channel, or returns an error if
41// the context expires.

Calls

no outgoing calls