MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / toArrayContainer

Method toArrayContainer

bitmapcontainer.go:1141–1145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1139}
1140
1141func (bc *bitmapContainer) toArrayContainer() *arrayContainer {
1142 ac := &arrayContainer{}
1143 ac.loadData(bc)
1144 return ac
1145}
1146
1147func (bc *bitmapContainer) fillArray(container []uint16) {
1148 // TODO: rewrite in assembly

Callers 9

iremoveRangeMethod · 0.95
inotMethod · 0.95
iandNotArrayMethod · 0.95
iandNotRun16Method · 0.95
iandNotBitmapSurelyMethod · 0.95
toEfficientContainerMethod · 0.95
xorArrayMethod · 0.45
andNotArrayMethod · 0.45

Calls 1

loadDataMethod · 0.95

Tested by

no test coverage detected