MCPcopy 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
99func (q *queues) len() int {
100 return len(q.userQueues)
101}
102
103func (q *queues) deleteQueue(userID string) {
104 q.queuesMx.Lock()

Callers 2

stoppingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected