MCPcopy 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
50func (h bitmapContainerHeap) Peek() bitmapContainerKey {
51 return h[0]
52}
53
54func (h *bitmapContainerHeap) popIncrementing() (key uint16, container container) {
55 k := h.Peek()

Callers 2

popIncrementingMethod · 0.95
NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected