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

Function fixedQueryable

pkg/ruler/ruler_test.go:175–179  ·  view source on GitHub ↗
(querier storage.Querier)

Source from the content-addressed store, hash-verified

173}
174
175func fixedQueryable(querier storage.Querier) storage.Queryable {
176 return storage.QueryableFunc(func(mint, maxt int64) (storage.Querier, error) {
177 return querier, nil
178 })
179}
180
181type blockingQuerier struct {
182 queryStarted chan struct{}

Callers 1

TestRuler_TestShutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected