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

Method SetJournal

libs/indexer/editable_map_object.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721void EditableMapObject::SetJournal(EditJournal && editJournal)
722{
723 m_journal = std::move(editJournal);
724}
725
726EditingLifecycle EditableMapObject::GetEditingLifecycle() const
727{

Callers 4

FillFeatureInfoMethod · 0.80
UNIT_TESTFunction · 0.80
GetEditableMapObjectMethod · 0.80

Calls

no outgoing calls

Tested by 2

UNIT_TESTFunction · 0.64