MCPcopy Index your code
hub / github.com/rilldata/rill / Contains

Method Contains

runtime/pkg/priorityqueue/priorityqueue.go:61–63  ·  view source on GitHub ↗
(itm *Item[V])

Source from the content-addressed store, hash-verified

59}
60
61func (pq *PriorityQueue[V]) Contains(itm *Item[V]) bool {
62 return itm.index >= 0
63}
64
65func (pq *PriorityQueue[V]) Len() int {
66 return pq.heap.Len()

Callers 15

SelectPromptFunction · 0.80
GitSignatureMethod · 0.80
SetupGitIgnoreFunction · 0.80
ClassifyMethod · 0.80
TestGetWSLWarningMessageFunction · 0.80
IsWSLFunction · 0.80
TestGitPullFunction · 0.80
TestRunUpstreamMergeFunction · 0.80

Calls

no outgoing calls