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

Method StartTime

pkg/ingester/ingester.go:449–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447}
448
449func (u *userTSDB) StartTime() (int64, error) {
450 return u.db.StartTime()
451}
452
453func (u *userTSDB) casState(from, to tsdbState) bool {
454 u.stateMtx.Lock()

Callers 1

metadataQueryRangeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected