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

Method isEmpty

arraycontainer.go:954–956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

952}
953
954func (ac *arrayContainer) isEmpty() bool {
955 return len(ac.content) == 0
956}
957
958func (ac *arrayContainer) rank(x uint16) int {
959 answer := binarySearch(ac.content, x)

Callers 1

iandNotRun16Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected