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

Method size

roaringarray.go:415–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413}
414
415func (ra *roaringArray) size() int {
416 return len(ra.keys)
417}
418
419// binarySearch returns the index of the key.
420// negative value returned if not found

Callers 3

equalsMethod · 0.95
appendCopiesUntilMethod · 0.45
appendCopiesAfterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected