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

Method ResetNotes

libs/editor/osm_editor.hpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void SetStorageForTesting(std::unique_ptr<editor::StorageBase> storage) { m_storage = std::move(storage); }
109
110 void ResetNotes() { m_notes = editor::Notes::MakeNotes(); }
111
112 void SetDefaultStorage();
113

Callers 2

SetUpEditorForTestingFunction · 0.80
TearDownEditorForTestingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected