Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
func
(q *queues) len() int {
32
return
len(q.userQueues)
33
}
34
35
func
(q *queues) deleteQueue(userID string) {
36
uq := q.userQueues[userID]
Callers
2
GetNextRequestForQuerier
Method · 0.45
stopping
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected