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

Method Send

protocol.go:175–177  ·  view source on GitHub ↗
(msg any)

Source from the content-addressed store, hash-verified

173}
174
175func (hc *errorTranslatingHandlerConnCloser) Send(msg any) error {
176 return hc.fromWire(hc.handlerConnCloser.Send(msg))
177}
178
179func (hc *errorTranslatingHandlerConnCloser) Receive(msg any) error {
180 return hc.fromWire(hc.handlerConnCloser.Receive(msg))

Callers

nothing calls this directly

Calls 1

SendMethod · 0.65

Tested by

no test coverage detected