Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ updateTimeMillis
Function
updateTimeMillis
kv/memberlist/memberlist_client.go:1928–1933 ·
view source on GitHub ↗
(ts time.Time)
Source
from the content-addressed store, hash-verified
1926
}
1927
1928
func
updateTimeMillis(ts time.Time) int64 {
1929
if
ts.IsZero() {
1930
return
0
1931
}
1932
return
ts.UnixMilli()
1933
}
Callers
3
broadcastNewValue
Method · 0.85
processValueUpdate
Method · 0.85
LocalState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected