MCPcopy Create free account
hub / github.com/MultiMC/Launcher / init

Method init

launcher/launch/LaunchTask.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include <assert.h>
30
31void LaunchTask::init()
32{
33 m_instance->setRunning(true);
34}
35
36shared_qobject_ptr<LaunchTask> LaunchTask::create(InstancePtr inst)
37{

Callers 1

createMethod · 0.45

Calls 1

setRunningMethod · 0.80

Tested by

no test coverage detected