Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ prependStep
Method
prependStep
launcher/launch/LaunchTask.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
73
{
74
m_steps.prepend(step);
75
}
76
77
void LaunchTask::executeTask()
78
{
Callers
1
launchInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected