Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
bool BaseInstaller::remove(MinecraftInstance *from)
50
{
51
return QFile::remove(filename(from->instanceRoot()));
52
}
53
54
QString BaseInstaller::filename(const QString &root) const
55
{
Callers
10
add
Method · 0.45
processFlame
Method · 0.45
Application
Method · 0.45
extractSubDir
Method · 0.45
clear
Method · 0.45
deleteGroup
Method · 0.45
deleteInstance
Method · 0.45
loadList
Method · 0.45
on_GroupStateChanged
Method · 0.45
reprocess
Function · 0.45
Calls
1
instanceRoot
Method · 0.80
Tested by
no test coverage detected