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

Function FirstUser

pkg/scheduler/queue/queue.go:43–45  ·  view source on GitHub ↗

FirstUser returns UserIndex that starts iteration over user queues from the very first user.

()

Source from the content-addressed store, hash-verified

41
42// FirstUser returns UserIndex that starts iteration over user queues from the very first user.
43func FirstUser() UserIndex {
44 return UserIndex{last: -1}
45}
46
47// Request stored into the queue.
48type Request interface {

Calls

no outgoing calls