| 80 | } |
| 81 | |
| 82 | std::filesystem::path EndlessNotebookTab::GetPath() const { |
| 83 | return mPath; |
| 84 | } |
| 85 | |
| 86 | task<void> EndlessNotebookTab::Reload() { |
| 87 | const scope_exit contentChanged([this]() { evContentChangedEvent.Emit(); }); |
nothing calls this directly
no outgoing calls
no test coverage detected