MCPcopy Index your code
hub / github.com/cortexproject/cortex / GetState

Method GetState

pkg/ring/ring.pb.go:178–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178func (m *InstanceDesc) GetState() InstanceState {
179 if m != nil {
180 return m.State
181 }
182 return ACTIVE
183}
184
185func (m *InstanceDesc) GetTokens() []uint32 {
186 if m != nil {

Calls

no outgoing calls