Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diillson/chatcli
/ Len
Method
Len
cli/scheduler/queue.go:211–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
type
scheduleHeap []*queueEntry
210
211
func
(h scheduleHeap) Len() int {
return
len(h) }
212
func
(h scheduleHeap) Less(i, j int) bool {
213
if
h[i].dead != h[j].dead {
214
return
!h[i].dead
Callers
15
wrapStringWithColor
Function · 0.45
TestAllSlashTools_StableOrder
Function · 0.45
KnowledgeGraph
Method · 0.45
TestPurgeStaleModeSystems_DropsOtherModes
Function · 0.45
TestPurgeStaleModeSystems_KeepsCurrentMode
Function · 0.45
TestPurgeStaleModeSystems_KeepsMarkerlessSystems
Function · 0.45
TestHubSessionsBeginWithoutStoreWarnsOnce
Function · 0.45
splitToolArgsMultilineLenient
Function · 0.45
splitToolArgsMultiline
Function · 0.45
handleGraphCommand
Method · 0.45
selectFullGraphNodes
Function · 0.45
processDirectoryChunked
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestAllSlashTools_StableOrder
Function · 0.36
TestPurgeStaleModeSystems_DropsOtherModes
Function · 0.36
TestPurgeStaleModeSystems_KeepsCurrentMode
Function · 0.36
TestPurgeStaleModeSystems_KeepsMarkerlessSystems
Function · 0.36
TestHubSessionsBeginWithoutStoreWarnsOnce
Function · 0.36
TestSplitTopLevelCodeBlocks_SeparatesFences
Function · 0.36
TestSplitTopLevelCodeBlocks_IndentedFenceStaysProse
Function · 0.36
TestSplitTopLevelCodeBlocks_UnterminatedFenceIsProse
Function · 0.36
TestSplitTopLevelCodeBlocks_TildeFence
Function · 0.36
TestKnowledgeDocumentPagesOnRuneBoundaries
Function · 0.36
TestBuiltinTodo_WriteHappyPath
Function · 0.36
TestBuiltinTodo_WriteWithoutStatusDefaultsToEmpty
Function · 0.36