MCPcopy 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
64bool 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
73uint64_t CBV::PopCount() const
74{

Callers 10

ForEachMethod · 0.80
HasMethod · 0.80
MatchPOIsAndBuildingsMethod · 0.80
FindPathsMethod · 0.80
GetTypeInGeocodingMethod · 0.80
MatchPOIsWithParentMethod · 0.80
IsGoodMethod · 0.80
UNIT_CLASS_TESTFunction · 0.80

Calls 2

IsFullFunction · 0.85
GetBitMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64