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

Method iaddReturnMinimized

runcontainer.go:2172–2175  ·  view source on GitHub ↗
(x uint16)

Source from the content-addressed store, hash-verified

2170}
2171
2172func (rc *runContainer16) iaddReturnMinimized(x uint16) container {
2173 rc.Add(x)
2174 return rc.toEfficientContainer()
2175}
2176
2177func (rc *runContainer16) iadd(x uint16) (wasNew bool) {
2178 return rc.Add(x)

Callers

nothing calls this directly

Calls 2

AddMethod · 0.95
toEfficientContainerMethod · 0.95

Tested by

no test coverage detected