MCPcopy 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

209type scheduleHeap []*queueEntry
210
211func (h scheduleHeap) Len() int { return len(h) }
212func (h scheduleHeap) Less(i, j int) bool {
213 if h[i].dead != h[j].dead {
214 return !h[i].dead

Calls

no outgoing calls