Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ appendStep
Method
appendStep
launcher/launch/LaunchTask.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void LaunchTask::appendStep(shared_qobject_ptr<LaunchStep> step)
48
{
49
m_steps.append(step);
50
}
51
52
void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
53
{
Callers
1
createLaunchTask
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected