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

Method GetFeatureStatus

libs/editor/osm_editor.cpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278FeatureStatus Editor::GetFeatureStatus(MwmId const & mwmId, uint32_t index) const
279{
280 auto const features = m_features.Get();
281 return GetFeatureStatusImpl(*features, mwmId, index);
282}
283
284FeatureStatus Editor::GetFeatureStatus(FeatureID const & fid) const
285{

Calls 1

GetMethod · 0.45

Tested by 5

GetFeatureStatusTestMethod · 0.36
DeleteFeatureTestMethod · 0.36
CreateNoteTestMethod · 0.36
SaveEditedFeatureTestMethod · 0.36