MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / open_folder

Function open_folder

src/app/launcher.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void open_folder(const std::string& file)
33{
34 if (!base::launcher::open_folder(file))
35 ui::Alert::show("Problem<<Cannot open folder:<<%s||&Close", file.c_str());
36}
37
38} // namespace launcher
39} // namespace app

Callers 7

onClickFilenameMethod · 0.70
onExecuteMethod · 0.50
onExecuteMethod · 0.50
openFolderMethod · 0.50
onLocateCrashFolderMethod · 0.50
onLocateConfigFileMethod · 0.50
onOpenFolderMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected