Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoaringBitmap/roaring
/ Peek
Method
Peek
parallel.go:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(h bitmapContainerHeap) Peek() bitmapContainerKey {
51
return
h[0]
52
}
53
54
func
(h *bitmapContainerHeap) popIncrementing() (key uint16, container container) {
55
k := h.Peek()
Callers
2
popIncrementing
Method · 0.95
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected