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

Method GetCountryFileName

libs/indexer/data_source.cpp:122–126  ·  view source on GitHub ↗

FeaturesLoaderGuard ---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

120
121// FeaturesLoaderGuard ---------------------------------------------------------------------
122std::string FeaturesLoaderGuard::GetCountryFileName() const
123{
124 ASSERT(m_handle.IsAlive(), ());
125 return m_handle.GetValue()->GetCountryFileName();
126}
127
128int64_t FeaturesLoaderGuard::GetVersion() const
129{

Callers 13

SearchByFeatureIdMethod · 0.80
EmitResultsFromMwmsMethod · 0.80
LoadFeatureMethod · 0.80
AltitudeLoaderBaseMethod · 0.80
CreateTransitGraphMethod · 0.80
LoadMaxspeedsFunction · 0.80
CreateIndexGraphMethod · 0.80
CreateGeometryMethod · 0.80
ReadSpeedCamsFromMwmFunction · 0.80
ReadRoadAccessFromMwmFunction · 0.80
ReadRoadPenaltyFromMwmFunction · 0.80
RestrictionLoaderMethod · 0.80

Calls 3

ASSERTFunction · 0.85
IsAliveMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected