Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ prependStep
Method
prependStep
launcher/launch/LaunchTask.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
53
{
54
m_steps.prepend(step);
55
}
56
57
void LaunchTask::executeTask()
58
{
Callers
1
launchInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected