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

Function NewBitmap

roaring64/roaring64.go:201–203  ·  view source on GitHub ↗

NewBitmap creates a new empty Bitmap (see also New)

()

Source from the content-addressed store, hash-verified

199
200// NewBitmap creates a new empty Bitmap (see also New)
201func NewBitmap() *Bitmap {
202 return &Bitmap{}
203}
204
205// New creates a new empty Bitmap (same as NewBitmap)
206func New() *Bitmap {

Callers 15

OrFunction · 0.70
AndFunction · 0.70
XorFunction · 0.70
AndNotFunction · 0.70
BitmapOfFunction · 0.70
FlipFunction · 0.70
roaring32AsRoaring64Function · 0.70
TestIssue386Function · 0.70
TestCloneOfCOWFunction · 0.70
TestCloneOfCOWRangeFunction · 0.70
TestStringerCOWFunction · 0.70

Calls

no outgoing calls

Tested by 15

TestIssue386Function · 0.56
TestCloneOfCOWFunction · 0.56
TestCloneOfCOWRangeFunction · 0.56
TestStringerCOWFunction · 0.56
TestFastCardCOWFunction · 0.56
TestIntersects1COWFunction · 0.56
TestRangePanicCOWFunction · 0.56
TestRangeRemovalCOWFunction · 0.56
TestFlipOnEmptyCOWFunction · 0.56
TestBitmapRankCOWFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…