MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / view_logs_DefaultKey

Method view_logs_DefaultKey

Goldleaf/source/ui/ui_OwnSettingsLayout.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void OwnSettingsLayout::view_logs_DefaultKey() {
69 auto sd_exp = fs::GetSdCardExplorer();
70 g_MainApplication->ShowLayout(g_MainApplication->GetFileContentLayout());
71 g_MainApplication->GetFileContentLayout()->LoadFile(GLEAF_PATH_LOG_FILE, sd_exp->FullPresentablePathFor(GLEAF_PATH_LOG_FILE), sd_exp, false);
72 }
73
74 void OwnSettingsLayout::clear_logs_DefaultKey() {
75 auto sd_exp = fs::GetSdCardExplorer();

Callers

nothing calls this directly

Calls 4

GetSdCardExplorerFunction · 0.85
ShowLayoutMethod · 0.80
LoadFileMethod · 0.80

Tested by

no test coverage detected