MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / remove

Method remove

launcher/BaseInstaller.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool BaseInstaller::remove(MinecraftInstance* from)
45{
46 return FS::deletePath(filename(from->instanceRoot()));
47}
48
49QString BaseInstaller::filename(const QString& root) const
50{

Callers 15

fromTraditionalAppMethod · 0.45
setFilterStateMethod · 0.45
addMethod · 0.45
ApplicationMethod · 0.45
removeQSavePathMethod · 0.45
loginMethod · 0.45
deleteGroupMethod · 0.45
renameGroupMethod · 0.45
trashInstanceMethod · 0.45
deleteInstanceMethod · 0.45
loadListMethod · 0.45

Calls 2

deletePathFunction · 0.85
instanceRootMethod · 0.80

Tested by

no test coverage detected