MCPcopy
hub / github.com/connectrpc/connect-go / Send

Method Send

protocol.go:205–207  ·  view source on GitHub ↗
(msg any)

Source from the content-addressed store, hash-verified

203}
204
205func (cc *errorTranslatingClientConn) Send(msg any) error {
206 return cc.fromWire(cc.streamingClientConn.Send(msg))
207}
208
209func (cc *errorTranslatingClientConn) Receive(msg any) error {
210 return cc.fromWire(cc.streamingClientConn.Receive(msg))

Callers

nothing calls this directly

Calls 1

SendMethod · 0.65

Tested by

no test coverage detected