| 3173 | } |
| 3174 | |
| 3175 | type ingesterPushStreamServer struct { |
| 3176 | grpc.ServerStream |
| 3177 | } |
| 3178 | |
| 3179 | func (x *ingesterPushStreamServer) Send(m *cortexpb.WriteResponse) error { |
| 3180 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected