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

Method GetTokens

ring/ring.pb.go:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func (m *InstanceDesc) GetTokens() []uint32 {
201 if m != nil {
202 return m.Tokens
203 }
204 return nil
205}
206
207func (m *InstanceDesc) GetZone() string {
208 if m != nil {

Callers 1

registerInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected