Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
func
(m *ReplicaDesc) GetReceivedAt() int64 {
79
if
m != nil {
80
return
m.ReceivedAt
81
}
82
return
0
83
}
84
85
func
(m *ReplicaDesc) GetDeletedAt() int64 {
86
if
m != nil {
Callers
1
checkReplicaTimestamp
Function · 0.80
Calls
no outgoing calls
Tested by
1
checkReplicaTimestamp
Function · 0.64