MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / wrapInstanceTask

Method wrapInstanceTask

launcher/InstanceList.cpp:955–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953};
954
955Task* InstanceList::wrapInstanceTask(InstanceTask* task)
956{
957 return new InstanceStaging(this, task, m_globalSettings);
958}
959
960QString InstanceList::getStagedInstancePath()
961{

Callers 3

runUpdateTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected