Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ proceed
Method
proceed
launcher/launch/LaunchTask.cpp:144–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void LaunchTask::proceed()
145
{
146
if(state != LaunchTask::Waiting)
147
{
148
return;
149
}
150
m_steps[currentStep]->proceed();
151
}
152
153
bool LaunchTask::canAbort() const
154
{
Callers
2
readyForLaunch
Method · 0.45
onProgressRequested
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected