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

Function NewBitmap

roaring.go:420–422  ·  view source on GitHub ↗

NewBitmap creates a new empty Bitmap (see also New)

()

Source from the content-addressed store, hash-verified

418
419// NewBitmap creates a new empty Bitmap (see also New)
420func NewBitmap() *Bitmap {
421 return &Bitmap{}
422}
423
424// New creates a new empty Bitmap (same as NewBitmap)
425func New() *Bitmap {

Callers 15

OrFunction · 0.70
AndFunction · 0.70
XorFunction · 0.70
AndNotFunction · 0.70
BitmapOfFunction · 0.70
FlipFunction · 0.70
smatPushPairFunction · 0.70
TestIssue386Function · 0.70
TestCloneOfCOWFunction · 0.70

Calls

no outgoing calls

Tested by 15

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…