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

Method GetOriginalFeatureByIndex

libs/indexer/data_source.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160std::unique_ptr<FeatureType> FeaturesLoaderGuard::GetOriginalFeatureByIndex(uint32_t index) const
161{
162 return m_handle.IsAlive() ? m_source->GetOriginalFeature(index) : nullptr;
163}
164
165// DataSource ----------------------------------------------------------------------------------
166std::unique_ptr<MwmInfo> DataSource::CreateInfo(platform::LocalCountryFile const & localFile) const

Callers 4

GetMethod · 0.80
IsRealVertexFunction · 0.80
GetOriginalMapObjectMethod · 0.80
SaveEditedMapObjectMethod · 0.80

Calls 2

GetOriginalFeatureMethod · 0.80
IsAliveMethod · 0.45

Tested by

no test coverage detected