MCPcopy
hub / github.com/grafana/tempo / FirstUser

Function FirstUser

modules/frontend/queue/queue.go:37–39  ·  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

35
36// FirstUser returns UserIndex that starts iteration over user queues from the very first user.
37func FirstUser() UserIndex {
38 return UserIndex{last: -1}
39}
40
41// Request stored into the queue.
42type Request interface {

Callers 1

ProcessMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected