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

Struct emptyDistributor

pkg/querier/querier_test.go:1401–1401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1399}
1400
1401type emptyDistributor struct{}
1402
1403func (d *emptyDistributor) QueryStream(ctx context.Context, from, to model.Time, partialDataEnabled bool, matchers ...*labels.Matcher) (*client.QueryStreamResponse, error) {
1404 return &client.QueryStreamResponse{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected