Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ ringCountMock
Struct
ringCountMock
pkg/ingester/limiter_test.go:717–719 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
715
}
716
717
type
ringCountMock
struct
{
718
mock.Mock
719
}
720
721
func
(m *ringCountMock) HealthyInstancesCount() int {
722
args := m.Called()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected