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

Method GetUpdatedAt

pkg/util/users/index.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (idx *UserIndex) GetUpdatedAt() time.Time {
38 return time.Unix(idx.UpdatedAt, 0)
39}
40
41// WriteUserIndex uploads the provided index to the storage.
42func WriteUserIndex(ctx context.Context, bkt objstore.Bucket, idx *UserIndex) error {

Callers 4

GetBlocksMethod · 0.45
ScanUsersMethod · 0.45

Calls

no outgoing calls

Tested by 2