Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ getPostExitCommand
Method
getPostExitCommand
launcher/BaseInstance.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
QString BaseInstance::getPostExitCommand()
144
{
145
return settings()->get(
"PostExitCommand"
).toString();
146
}
147
148
bool BaseInstance::isManagedPack() const
149
{
Callers
1
PostLaunchCommand
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected