MCPcopy Create free account
hub / github.com/comaps/comaps / IsNode

Method IsNode

libs/storage/storage.cpp:669–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669bool Storage::IsNode(CountryId const & countryId) const
670{
671 if (!IsCountryIdValid(countryId))
672 return false;
673 return m_countries.FindFirst(countryId) != nullptr;
674}
675
676bool Storage::IsLeaf(CountryId const & countryId) const
677{

Callers 11

ProcessMethod · 0.45
IsAcceptedMethod · 0.45
LogMethod · 0.45
CollectFromRelationsMethod · 0.45
CollectMethod · 0.45
operator()Method · 0.45
CollectFeatureMethod · 0.45
GetOriginMethod · 0.45
MakeFbForTestFunction · 0.45
GetRoadsFromOsmFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 2

IsCountryIdValidFunction · 0.85
FindFirstMethod · 0.80

Tested by 2

MakeFbForTestFunction · 0.36
UNIT_TESTFunction · 0.36