Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ HasBit
Method
HasBit
libs/search/cbv.cpp:64–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool CBV::HasBit(uint64_t id) const
65
{
66
if (IsFull())
67
return true;
68
if (IsEmpty())
69
return false;
70
return m_p->GetBit(id);
71
}
72
73
uint64_t CBV::PopCount() const
74
{
Callers
10
ForEach
Method · 0.80
Has
Method · 0.80
MatchPOIsAndBuildings
Method · 0.80
FindPaths
Method · 0.80
GetTypeInGeocoding
Method · 0.80
MatchPOIsWithParent
Method · 0.80
MatchBuildingsWithStreets
Method · 0.80
MatchBuildingsWithPlace
Method · 0.80
IsGood
Method · 0.80
UNIT_CLASS_TEST
Function · 0.80
Calls
2
IsFull
Function · 0.85
GetBit
Method · 0.45
Tested by
1
UNIT_CLASS_TEST
Function · 0.64