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

Method getContainerAtIndex

roaringarray.go:317–319  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

315}
316
317func (ra *roaringArray) getContainerAtIndex(i int) container {
318 return ra.containers[i]
319}
320
321func (ra *roaringArray) getFastContainerAtIndex(i int, needsWriteable bool) container {
322 c := ra.getContainerAtIndex(i)

Callers 15

toArrayMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
IterateMethod · 0.45
AddOffset64Function · 0.45
RemoveMethod · 0.45
CheckedRemoveMethod · 0.45
RankMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected