Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ len
Method
len
pkg/scheduler/queue/user_queues.go:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(q *queues) len() int {
100
return
len(q.userQueues)
101
}
102
103
func
(q *queues) deleteQueue(userID string) {
104
q.queuesMx.Lock()
Callers
2
GetNextRequestForQuerier
Method · 0.80
stopping
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected