Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1395
func
(c *emptyChunkStore) IsCalled() bool {
1396
c.Lock()
1397
defer
c.Unlock()
1398
return
c.called
1399
}
1400
1401
type
emptyDistributor
struct
{}
1402
Callers
1
TestShortTermQueryToLTS
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected