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

Method GetState

ring/ring.pb.go:193–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (m *InstanceDesc) GetState() InstanceState {
194 if m != nil {
195 return m.State
196 }
197 return ACTIVE
198}
199
200func (m *InstanceDesc) GetTokens() []uint32 {
201 if m != nil {

Calls

no outgoing calls