Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ filename
Method
filename
launcher/BaseInstaller.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
QString BaseInstaller::filename(const QString& root) const
50
{
51
return patchesDir(root).absoluteFilePath(id() +
".json"
);
52
}
53
QDir BaseInstaller::patchesDir(const QString& root) const
54
{
55
return QDir(root +
"/patches/"
);
Callers
nothing calls this directly
Calls
1
id
Function · 0.50
Tested by
no test coverage detected