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

Method SaveTransaction

libs/editor/osm_editor.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool Editor::SaveTransaction(std::shared_ptr<FeaturesContainer> const & features)
256{
257 if (!Save(*features))
258 return false;
259
260 m_features.Set(features);
261 return true;
262}
263
264void Editor::ClearAllLocalEdits()
265{

Callers

nothing calls this directly

Calls 2

SaveFunction · 0.70
SetMethod · 0.45

Tested by

no test coverage detected