Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
func
(pq *PriorityQueue[V]) Contains(itm *Item[V]) bool {
62
return
itm.index >= 0
63
}
64
65
func
(pq *PriorityQueue[V]) Len() int {
66
return
pq.heap.Len()
Callers
15
SelectPrompt
Function · 0.80
SelectPromptWithDescriptions
Function · 0.80
GitSignature
Method · 0.80
SetupGitIgnore
Function · 0.80
TestCommitAndSafePush_WithRemoteCommits_DefaultChoice3
Function · 0.80
TestCommitAndSafePush_ConflictingChanges_Choice1
Function · 0.80
Test_generateCodeVerifier
Function · 0.80
Classify
Method · 0.80
TestGetWSLWarningMessage
Function · 0.80
IsWSL
Function · 0.80
TestGitPull
Function · 0.80
TestRunUpstreamMerge
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestCommitAndSafePush_WithRemoteCommits_DefaultChoice3
Function · 0.64
TestCommitAndSafePush_ConflictingChanges_Choice1
Function · 0.64
Test_generateCodeVerifier
Function · 0.64
TestGetWSLWarningMessage
Function · 0.64
TestGitPull
Function · 0.64
TestRunUpstreamMerge
Function · 0.64
TestOrg
Function · 0.64
TestToken
Function · 0.64
TestEmbedOpen
Function · 0.64
TestResolveMetricsView
Function · 0.64
TestMetricsViewsAggregation_pivot_export_column_limit_exceeded
Function · 0.64
TestConnectorDeletion
Function · 0.64