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

Method IsCreatedFeature

libs/editor/osm_editor.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322bool Editor::IsCreatedFeature(FeatureID const & fid)
323{
324 return feature::FakeFeatureIds::IsEditorCreatedFeature(fid.m_index);
325}
326
327/// Several cases should be handled while saving changes:
328/// 1) a feature is not in editor's cache

Callers 2

IsCreatedFeatureTestMethod · 0.80
SaveEditedMapObjectMethod · 0.80

Calls

no outgoing calls

Tested by 1

IsCreatedFeatureTestMethod · 0.64