MCPcopy Create free account
hub / github.com/MultiMC/Launcher / remove

Method remove

launcher/BaseInstaller.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool BaseInstaller::remove(MinecraftInstance *from)
50{
51 return QFile::remove(filename(from->instanceRoot()));
52}
53
54QString BaseInstaller::filename(const QString &root) const
55{

Callers 10

addMethod · 0.45
processFlameMethod · 0.45
ApplicationMethod · 0.45
extractSubDirMethod · 0.45
clearMethod · 0.45
deleteGroupMethod · 0.45
deleteInstanceMethod · 0.45
loadListMethod · 0.45
on_GroupStateChangedMethod · 0.45
reprocessFunction · 0.45

Calls 1

instanceRootMethod · 0.80

Tested by

no test coverage detected