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

Method Save

libs/editor/editor_tests/osm_editor_test.cpp:68–74  ·  view source on GitHub ↗

StorageBase overrides:

Source from the content-addressed store, hash-verified

66
67 // StorageBase overrides:
68 bool Save(pugi::xml_document const & doc) override
69 {
70 if (!m_allowSave)
71 return false;
72
73 return InMemoryStorage::Save(doc);
74 }
75
76 bool Reset() override
77 {

Callers 5

GetStatsTestMethod · 0.45
LoadMapEditsTestMethod · 0.45
LoadExistingEditsXmlMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 1

SaveFunction · 0.50

Tested by

no test coverage detected