Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool BaseInstaller::remove(MinecraftInstance* from)
45
{
46
return FS::deletePath(filename(from->instanceRoot()));
47
}
48
49
QString BaseInstaller::filename(const QString& root) const
50
{
Callers
15
fromTraditionalApp
Method · 0.45
setFilterState
Method · 0.45
add
Method · 0.45
Application
Method · 0.45
removeQSavePath
Method · 0.45
truncateUrlHumanFriendly
Method · 0.45
login
Method · 0.45
deleteGroup
Method · 0.45
renameGroup
Method · 0.45
trashInstance
Method · 0.45
deleteInstance
Method · 0.45
loadList
Method · 0.45
Calls
2
deletePath
Function · 0.85
instanceRoot
Method · 0.80
Tested by
no test coverage detected