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

Method executeTask

launcher/minecraft/mod/tasks/LocalModParseTask.cpp:749–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749void LocalModParseTask::executeTask()
750{
751 Mod mod{ m_modFile };
752 ModUtils::process(mod, ModUtils::ProcessingLevel::Full);
753
754 m_result->details = mod.details();
755
756 if (m_aborted)
757 emitAborted();
758 else
759 emitSucceeded();
760}

Callers

nothing calls this directly

Calls 2

detailsMethod · 0.80
processFunction · 0.70

Tested by

no test coverage detected