Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ getWrapperCommand
Method
getWrapperCommand
launcher/BaseInstance.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
QString BaseInstance::getWrapperCommand()
66
{
67
return settings()->get(
"WrapperCommand"
).toString();
68
}
69
70
QString BaseInstance::getPostExitCommand()
71
{
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