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

Method SetDelegate

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

Source from the content-addressed store, hash-verified

104 static Editor & Instance();
105
106 void SetDelegate(std::unique_ptr<Delegate> delegate) { m_delegate = std::move(delegate); }
107
108 void SetStorageForTesting(std::unique_ptr<editor::StorageBase> storage) { m_storage = std::move(storage); }
109

Callers 4

SetUpEditorForTestingFunction · 0.80
TearDownEditorForTestingFunction · 0.80
FrameworkMethod · 0.80
~FrameworkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected