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

Method Send

interceptor_ext_test.go:824–830  ·  view source on GitHub ↗
(msg any)

Source from the content-addressed store, hash-verified

822}
823
824func (hc *headerInspectingHandlerConn) Send(msg any) error {
825 if !hc.inspectedResponse {
826 hc.inspectResponseHeader(hc.Spec(), hc.ResponseHeader())
827 hc.inspectedResponse = true
828 }
829 return hc.StreamingHandlerConn.Send(msg)
830}
831
832type headerInspectingClientConn struct {
833 connect.StreamingClientConn

Callers

nothing calls this directly

Calls 3

SpecMethod · 0.65
ResponseHeaderMethod · 0.65
SendMethod · 0.65

Tested by

no test coverage detected