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

Function newRunContainer16

runcontainer.go:972–974  ·  view source on GitHub ↗

newRunContainer16 creates an empty run container.

()

Source from the content-addressed store, hash-verified

970
971// newRunContainer16 creates an empty run container.
972func newRunContainer16() *runContainer16 {
973 return &runContainer16{}
974}
975
976// newRunContainer16CopyIv creates a run container, initializing
977// with a copy of the supplied iv slice.

Callers 15

TestRleRunIterator16Function · 0.85
TestRleRandomUnion16Function · 0.85
TestRleStoringMax16Function · 0.85
TestRle16Rank020Function · 0.85
TestNextValueRunFunction · 0.85
TestPreviousValueRunFunction · 0.85
TestNextAbsentValueRunFunction · 0.85

Calls

no outgoing calls

Tested by 15

TestRleRunIterator16Function · 0.68
TestRleRandomUnion16Function · 0.68
TestRleStoringMax16Function · 0.68
TestRle16Rank020Function · 0.68
TestNextValueRunFunction · 0.68
TestPreviousValueRunFunction · 0.68
TestNextAbsentValueRunFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…