MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetPath

Method GetPath

src/app/app-common/Tab/EndlessNotebookTab.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::filesystem::path EndlessNotebookTab::GetPath() const {
83 return mPath;
84}
85
86task<void> EndlessNotebookTab::Reload() {
87 const scope_exit contentChanged([this]() { evContentChangedEvent.Emit(); });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected