MCPcopy 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
717type ringCountMock struct {
718 mock.Mock
719}
720
721func (m *ringCountMock) HealthyInstancesCount() int {
722 args := m.Called()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected