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

Method GetReceivedAt

pkg/ha/ha_tracker.pb.go:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (m *ReplicaDesc) GetReceivedAt() int64 {
79 if m != nil {
80 return m.ReceivedAt
81 }
82 return 0
83}
84
85func (m *ReplicaDesc) GetDeletedAt() int64 {
86 if m != nil {

Callers 1

checkReplicaTimestampFunction · 0.80

Calls

no outgoing calls

Tested by 1

checkReplicaTimestampFunction · 0.64