Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetBitGroup
Method
GetBitGroup
libs/coding/compressed_bit_vector.cpp:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
uint64_t DenseCBV::GetBitGroup(size_t i) const
286
{
287
return i < m_bitGroups.size() ? m_bitGroups[i] : 0;
288
}
289
290
uint64_t DenseCBV::PopCount() const
291
{
Callers
3
operator()
Method · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected