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

Method GetFeatureStatus

libs/indexer/feature_source.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48FeatureStatus FeatureSource::GetFeatureStatus(uint32_t index) const
49{
50 return FeatureStatus::Untouched;
51}
52
53std::unique_ptr<FeatureType> FeatureSource::GetModifiedFeature(uint32_t index) const
54{

Callers 5

ReadFeatureTypeMethod · 0.45
GetFeatureByIndexMethod · 0.45
ReadFeaturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected