Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ getPostExitCommand
Method
getPostExitCommand
launcher/BaseInstance.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
QString BaseInstance::getPostExitCommand()
71
{
72
return settings()->get(
"PostExitCommand"
).toString();
73
}
74
75
int BaseInstance::getConsoleMaxLines() const
76
{
Callers
1
PostLaunchCommand
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected