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