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

Method OnSelectFileSelected

Goldleaf/source/ui/ui_RemotePcExploreLayout.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void RemotePcExploreLayout::OnSelectFileSelected() {
138 std::string selected_file;
139 if(R_SUCCEEDED(usb::cf::SelectFile(selected_file))) {
140 g_MainApplication->GetBrowserLayout()->HandleFileDirectly(selected_file);
141 }
142 }
143
144}

Callers

nothing calls this directly

Calls 2

SelectFileFunction · 0.85
HandleFileDirectlyMethod · 0.80

Tested by

no test coverage detected