Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RoaringBitmap/roaring
/ Pop
Method
Pop
parallel.go:42–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(h *bitmapContainerHeap) Pop()
interface
{} {
43
old := *h
44
n := len(old)
45
x := old[n-1]
46
*h = old[0 : n-1]
47
return
x
48
}
49
50
func
(h bitmapContainerHeap) Peek() bitmapContainerKey {
51
return
h[0]
Callers
1
popIncrementing
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected