Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ bitmapContainer
Struct
bitmapContainer
bitmapcontainer.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
bitmapContainer
struct
{
11
cardinality int
12
bitmap []uint64
13
}
14
15
func
(bc bitmapContainer) String() string {
16
var
s string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected