Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ binRoot
Method
binRoot
launcher/minecraft/MinecraftInstance.cpp:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
QString MinecraftInstance::binRoot() const
245
{
246
return FS::PathCombine(gameRoot(),
"bin"
);
247
}
248
249
QString MinecraftInstance::getNativePath() const
250
{
Callers
2
executeTask
Method · 0.80
removeJar
Method · 0.80
Calls
1
PathCombine
Function · 0.85
Tested by
no test coverage detected