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

Method IsValid

libs/search/reverse_geocoder.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool ReverseGeocoder::RegionAddress::IsValid() const
381{
382 return storage::IsCountryIdValid(m_countryId) || m_featureId.IsValid();
383}
384
385string ReverseGeocoder::RegionAddress::GetCountryName() const
386{

Callers 15

GetNearbyStreetsMethod · 0.45
GetCountryNameMethod · 0.45
ASSERTFunction · 0.45
HasUsedTokensInRangeMethod · 0.45
SetViewportMethod · 0.45
processor.cppFile · 0.45
SearchMethod · 0.45
DebugPrintFunction · 0.45
IsNumberTokensMethod · 0.45
ScopedMarkTokensMethod · 0.45

Calls 1

IsCountryIdValidFunction · 0.85

Tested by

no test coverage detected