MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / setContainerAtIndex

Method setContainerAtIndex

roaring64/roaringarray64.go:264–266  ·  view source on GitHub ↗
(i int, c *roaring.Bitmap)

Source from the content-addressed store, hash-verified

262}
263
264func (ra *roaringArray64) setContainerAtIndex(i int, c *roaring.Bitmap) {
265 ra.containers[i] = c
266}
267
268func (ra *roaringArray64) replaceKeyAndContainerAtIndex(i int, key uint32, c *roaring.Bitmap, mustCopyOnWrite bool) {
269 ra.keys[i] = key

Callers 2

XorMethod · 0.45
iorOnRangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected