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

Method size

roaring64/roaringarray64.go:274–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274func (ra *roaringArray64) size() int {
275 return len(ra.keys)
276}
277
278func (ra *roaringArray64) binarySearch(begin, end int64, ikey uint32) int {
279 low := begin

Callers 3

equalsMethod · 0.95
appendCopiesUntilMethod · 0.45
appendCopiesAfterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected