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

Method getKeyAtIndex

roaring64/roaringarray64.go:227–229  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

225}
226
227func (ra *roaringArray64) getKeyAtIndex(i int) uint32 {
228 return ra.keys[i]
229}
230
231func (ra *roaringArray64) insertNewKeyValueAt(i int, key uint32, value *roaring.Bitmap) {
232 ra.keys = append(ra.keys, 0)

Callers 15

WriteToMethod · 0.45
ToArrayMethod · 0.45
RankMethod · 0.45
SelectMethod · 0.45
AndMethod · 0.45
OrCardinalityMethod · 0.45
AndCardinalityMethod · 0.45
IntersectsMethod · 0.45
XorMethod · 0.45
OrMethod · 0.45
AndNotMethod · 0.45
OrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected