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

Method ChangePartitionRemotePcDrive

Goldleaf/source/ui/ui_BrowserLayout.cpp:695–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 }
694
695 void BrowserLayout::ChangePartitionRemotePcDrive(const std::string &mount_name, const bool update_contents) {
696 this->ChangePartitionExplorer(fs::GetRemotePCExplorer(mount_name), update_contents);
697 }
698
699 void BrowserLayout::ChangePartitionDrive(const UsbHsFsDevice &drv, const bool update_contents) {
700 this->ChangePartitionExplorer(fs::GetDriveExplorer(drv), update_contents);

Callers 2

HandleFileDirectlyMethod · 0.95
OnPathSelectedMethod · 0.80

Calls 2

GetRemotePCExplorerFunction · 0.85

Tested by

no test coverage detected