Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ instanceConfigFolder
Method
instanceConfigFolder
launcher/minecraft/MinecraftInstance.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
QString MinecraftInstance::instanceConfigFolder() const
306
{
307
return FS::PathCombine(gameRoot(),
"config"
);
308
}
309
310
QString MinecraftInstance::libDir() const
311
{
Callers
2
on_actionConfig_Folder_triggered
Method · 0.45
viewConfigs
Method · 0.45
Calls
1
PathCombine
Function · 0.85
Tested by
no test coverage detected