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

Method FeatureGetter

generator/utils.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91FeatureGetter::FeatureGetter(std::string const & countryFullPath)
92 : m_mwm(countryFullPath)
93 , m_guard(std::make_unique<FeaturesLoaderGuard>(m_mwm.GetDataSource(), m_mwm.GetMwmId()))
94{}
95
96std::unique_ptr<FeatureType> FeatureGetter::GetFeatureByIndex(uint32_t index) const
97{

Callers

nothing calls this directly

Calls 2

GetDataSourceMethod · 0.80
GetMwmIdMethod · 0.45

Tested by

no test coverage detected