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

Method ChangePartitionExplorer

Goldleaf/source/ui/ui_BrowserLayout.cpp:658–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656 }
657
658 void BrowserLayout::ChangePartitionExplorer(fs::Explorer *exp, const bool update_contents) {
659 this->cur_exp = exp;
660 if(update_contents) {
661 this->UpdateElements();
662 }
663 }
664
665 void BrowserLayout::ChangePartitionSdCard(const bool update_contents) {
666 this->ChangePartitionExplorer(fs::GetSdCardExplorer(), update_contents);

Callers 5

ChangePartitionSdCardMethod · 0.95
ChangePartitionNANDMethod · 0.95
ChangePartitionDriveMethod · 0.95

Calls 1

UpdateElementsMethod · 0.95

Tested by

no test coverage detected