Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
(f *FIFORequestQueue) length() int {
43
return
len(f.queue)
44
}
45
46
type
PriorityRequestQueue
struct
{
47
queue *util.PriorityQueue
Callers
1
TestFIFORequestQueue
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestFIFORequestQueue
Function · 0.76