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

Struct mockProcessor

pkg/querier/worker/worker_test.go:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type mockProcessor struct{}
119
120func (m mockProcessor) processQueriesOnSingleStream(ctx context.Context, _ *grpc.ClientConn, _ string) {
121 <-ctx.Done()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected