MCPcopy
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
1928func updateTimeMillis(ts time.Time) int64 {
1929 if ts.IsZero() {
1930 return 0
1931 }
1932 return ts.UnixMilli()
1933}

Callers 3

broadcastNewValueMethod · 0.85
processValueUpdateMethod · 0.85
LocalStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected