Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoaringBitmap/roaring
/ iadd
Method
iadd
runcontainer.go:2177–2179 ·
view source on GitHub ↗
(x uint16)
Source
from the content-addressed store, hash-verified
2175
}
2176
2177
func
(rc *runContainer16) iadd(x uint16) (wasNew bool) {
2178
return
rc.Add(x)
2179
}
2180
2181
func
(rc *runContainer16) iremoveReturnMinimized(x uint16) container {
2182
rc.removeKey(x)
Callers
nothing calls this directly
Calls
1
Add
Method · 0.95
Tested by
no test coverage detected