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

Method goToFileBrowser

src/activities/ActivityManager.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176void ActivityManager::goToSettings() { replaceActivity(std::make_unique<SettingsActivity>(renderer, mappedInput)); }
177
178void ActivityManager::goToFileBrowser(std::string path) {
179 replaceActivity(std::make_unique<FileBrowserActivity>(renderer, mappedInput, std::move(path)));
180}
181
182void ActivityManager::goToRecentBooks() {
183 replaceActivity(std::make_unique<RecentBooksActivity>(renderer, mappedInput));

Callers 6

loopMethod · 0.80
loopMethod · 0.80
goToLibraryMethod · 0.80
loopMethod · 0.80
onFileBrowserOpenMethod · 0.80
loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected