MCPcopy Create free account
hub / github.com/cortexproject/cortex / GetTimestamp

Method GetTimestamp

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

Source from the content-addressed store, hash-verified

169}
170
171func (m *InstanceDesc) GetTimestamp() int64 {
172 if m != nil {
173 return m.Timestamp
174 }
175 return 0
176}
177
178func (m *InstanceDesc) GetState() InstanceState {
179 if m != nil {

Calls

no outgoing calls