Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ appendStep
Method
appendStep
launcher/launch/LaunchTask.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void LaunchTask::appendStep(shared_qobject_ptr<LaunchStep> step)
68
{
69
m_steps.append(step);
70
}
71
72
void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
73
{
Callers
1
createLaunchTask
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected