Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ proceed
Method
proceed
launcher/launch/LaunchTask.cpp:164–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void LaunchTask::proceed()
165
{
166
if(state != LaunchTask::Waiting)
167
{
168
return;
169
}
170
m_steps[currentStep]->proceed();
171
}
172
173
bool LaunchTask::canAbort() const
174
{
Callers
2
readyForLaunch
Method · 0.45
onProgressRequested
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected