Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
415
func
(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
equals
Method · 0.95
appendCopiesUntil
Method · 0.45
appendCopiesAfter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected