MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / wrapInstanceTask

Method wrapInstanceTask

launcher/InstanceList.cpp:999–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997};
998
999Task* InstanceList::wrapInstanceTask(InstanceTask* task)
1000{
1001 return new InstanceStaging(this, task, m_globalSettings);
1002}
1003
1004QString InstanceList::getStagedInstancePath()
1005{

Callers 3

runUpdateTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected