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

Method IsCalled

pkg/querier/querier_test.go:1395–1399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1393}
1394
1395func (c *emptyChunkStore) IsCalled() bool {
1396 c.Lock()
1397 defer c.Unlock()
1398 return c.called
1399}
1400
1401type emptyDistributor struct{}
1402

Callers 1

TestShortTermQueryToLTSFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected