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

Method ShuffleShard

ring/util_test.go:63–66  ·  view source on GitHub ↗
(identifier string, size int)

Source from the content-addressed store, hash-verified

61}
62
63func (r *RingMock) ShuffleShard(identifier string, size int) ReadRing {
64 args := r.Called(identifier, size)
65 return args.Get(0).(ReadRing)
66}
67
68func (r *RingMock) GetInstanceState(instanceID string) (InstanceState, error) {
69 args := r.Called(instanceID)

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected