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

Method GetReplicationSetForOperation

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

Source from the content-addressed store, hash-verified

39}
40
41func (r *RingMock) GetReplicationSetForOperation(op Operation) (ReplicationSet, error) {
42 args := r.Called(op)
43 return args.Get(0).(ReplicationSet), args.Error(1)
44}
45
46func (r *RingMock) GetSubringForOperationStates(op Operation) ReadRing {
47 args := r.Called(op)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected