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

Method iremoveReturnMinimized

runcontainer.go:2181–2184  ·  view source on GitHub ↗
(x uint16)

Source from the content-addressed store, hash-verified

2179}
2180
2181func (rc *runContainer16) iremoveReturnMinimized(x uint16) container {
2182 rc.removeKey(x)
2183 return rc.toEfficientContainer()
2184}
2185
2186func (rc *runContainer16) iremove(x uint16) bool {
2187 return rc.removeKey(x)

Callers

nothing calls this directly

Calls 2

removeKeyMethod · 0.95
toEfficientContainerMethod · 0.95

Tested by

no test coverage detected