MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / executeTask

Method executeTask

launcher/minecraft/mod/tasks/LocalResourcePackParseTask.cpp:153–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void LocalResourcePackParseTask::executeTask()
154{
155 Q_ASSERT(m_resource_pack.valid());
156
157 if (!ResourcePackUtils::process(m_resource_pack))
158 return;
159
160 if (m_aborted)
161 emitAborted();
162 else
163 emitSucceeded();
164}

Callers

nothing calls this directly

Calls 2

processFunction · 0.70
validMethod · 0.45

Tested by

no test coverage detected