MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / onFileBrowserOpen

Method onFileBrowserOpen

src/activities/home/HomeActivity.cpp:275–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273void HomeActivity::onSelectBook(const std::string& path) { activityManager.goToReader(path); }
274
275void HomeActivity::onFileBrowserOpen() { activityManager.goToFileBrowser(); }
276
277void HomeActivity::onRecentsOpen() { activityManager.goToRecentBooks(); }
278

Callers

nothing calls this directly

Calls 1

goToFileBrowserMethod · 0.80

Tested by

no test coverage detected