Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ modsRoot
Method
modsRoot
launcher/minecraft/MinecraftInstance.cpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
QString MinecraftInstance::modsRoot() const
276
{
277
return FS::PathCombine(gameRoot(),
"mods"
);
278
}
279
280
QString MinecraftInstance::modsCacheLocation() const
281
{
Callers
1
updateCalculations
Method · 0.45
Calls
1
PathCombine
Function · 0.85
Tested by
no test coverage detected