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