Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ init
Method
init
launcher/launch/LaunchTask.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
#include <assert.h>
50
51
void LaunchTask::init()
52
{
53
m_instance->setRunning(true);
54
}
55
56
shared_qobject_ptr<LaunchTask> LaunchTask::create(InstancePtr inst)
57
{
Callers
1
create
Method · 0.45
Calls
1
setRunning
Method · 0.80
Tested by
no test coverage detected