Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
void LaunchTask::init()
32
{
33
m_instance->setRunning(true);
34
}
35
36
shared_qobject_ptr<LaunchTask> LaunchTask::create(InstancePtr inst)
37
{
Callers
1
create
Method · 0.45
Calls
1
setRunning
Method · 0.80
Tested by
no test coverage detected