MCPcopy Create free account
hub / github.com/cortexproject/cortex / querierNextServer

Struct querierNextServer

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

Source from the content-addressed store, hash-verified

934}
935
936type querierNextServer struct {
937 grpc.ServerStream
938}
939
940func (x *querierNextServer) Send(m *StepVectorBatch) error {
941 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected