MCPcopy 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
51void LaunchTask::init()
52{
53 m_instance->setRunning(true);
54}
55
56shared_qobject_ptr<LaunchTask> LaunchTask::create(InstancePtr inst)
57{

Callers 1

createMethod · 0.45

Calls 1

setRunningMethod · 0.80

Tested by

no test coverage detected