| 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 |
no outgoing calls
no test coverage detected