MCPcopy
hub / github.com/RoaringBitmap/roaring / getKeyAtIndex

Method getKeyAtIndex

roaringarray.go:368–370  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

366}
367
368func (ra *roaringArray) getKeyAtIndex(i int) uint16 {
369 return ra.keys[i]
370}
371
372func (ra *roaringArray) insertNewKeyValueAt(i int, key uint16, value container) {
373 ra.keys = append(ra.keys, 0)

Callers 15

toArrayMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
AdvanceIfNeededMethod · 0.45
InitializeMethod · 0.45
IterateMethod · 0.45
AddOffset64Function · 0.45
RankMethod · 0.45
CardinalityInRangeMethod · 0.45
SelectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected