| 913 | } |
| 914 | |
| 915 | type querierSeriesServer struct { |
| 916 | grpc.ServerStream |
| 917 | } |
| 918 | |
| 919 | func (x *querierSeriesServer) Send(m *SeriesBatch) error { |
| 920 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected