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

Method iremove

runcontainer.go:2186–2188  ·  view source on GitHub ↗
(x uint16)

Source from the content-addressed store, hash-verified

2184}
2185
2186func (rc *runContainer16) iremove(x uint16) bool {
2187 return rc.removeKey(x)
2188}
2189
2190func (rc *runContainer16) or(a container) container {
2191 if rc.isFull() {

Callers

nothing calls this directly

Calls 1

removeKeyMethod · 0.95

Tested by

no test coverage detected