Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getWrapperCommand
Method
getWrapperCommand
launcher/BaseInstance.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
QString BaseInstance::getWrapperCommand()
108
{
109
return settings()->get(
"WrapperCommand"
).toString();
110
}
111
112
QString BaseInstance::getPostExitCommand()
113
{
Callers
2
executeTask
Method · 0.80
executeTask
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected