MCPcopy Index your code
hub / github.com/cortexproject/cortex / querierSeriesServer

Struct querierSeriesServer

pkg/distributed_execution/querierpb/querier.pb.go:915–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915type querierSeriesServer struct {
916 grpc.ServerStream
917}
918
919func (x *querierSeriesServer) Send(m *SeriesBatch) error {
920 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected