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

Method len

modules/frontend/queue/user_queues.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (q *queues) len() int {
32 return len(q.userQueues)
33}
34
35func (q *queues) deleteQueue(userID string) {
36 uq := q.userQueues[userID]

Callers 2

stoppingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected