Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ MockRequest
Struct
MockRequest
pkg/scheduler/queue/queue_test.go:452–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
}
451
452
type
MockRequest
struct
{
453
id string
454
priority int64
455
}
456
457
func
(r MockRequest) Priority() int64 {
458
return
r.priority
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected