MCPcopy
hub / github.com/grafana/dskit / GetAllHealthy

Method GetAllHealthy

ring/util_test.go:36–39  ·  view source on GitHub ↗
(op Operation)

Source from the content-addressed store, hash-verified

34}
35
36func (r *RingMock) GetAllHealthy(op Operation) (ReplicationSet, error) {
37 args := r.Called(op)
38 return args.Get(0).(ReplicationSet), args.Error(1)
39}
40
41func (r *RingMock) GetReplicationSetForOperation(op Operation) (ReplicationSet, error) {
42 args := r.Called(op)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected