MCPcopy Create free account
hub / github.com/cortexproject/cortex / length

Method length

pkg/scheduler/queue/user_request_queue.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (f *FIFORequestQueue) length() int {
43 return len(f.queue)
44}
45
46type PriorityRequestQueue struct {
47 queue *util.PriorityQueue

Callers 1

TestFIFORequestQueueFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestFIFORequestQueueFunction · 0.76