Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ filename
Method
filename
launcher/BaseInstaller.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
QString BaseInstaller::filename(const QString &root) const
55
{
56
return patchesDir(root).absoluteFilePath(id() +
".json"
);
57
}
58
QDir BaseInstaller::patchesDir(const QString &root) const
59
{
60
return QDir(root +
"/patches/"
);
Callers
1
createModdedJar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected