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

Method GetModifiedFeature

libs/indexer/feature_source.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::unique_ptr<FeatureType> FeatureSource::GetModifiedFeature(uint32_t index) const
54{
55 return {};
56}
57
58void FeatureSource::ForEachAdditionalFeature(m2::RectD const & rect, int scale,
59 std::function<void(uint32_t)> const & fn) const

Callers 4

GetFeatureMethod · 0.45
ReadFeatureTypeMethod · 0.45
GetFeatureByIndexMethod · 0.45
ReadFeaturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected