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

Method executeTask

launcher/minecraft/mod/tasks/LocalTexturePackParseTask.cpp:144–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void LocalTexturePackParseTask::executeTask()
145{
146 Q_ASSERT(m_texture_pack.valid());
147
148 if (!TexturePackUtils::process(m_texture_pack))
149 return;
150
151 if (m_aborted)
152 emitAborted();
153 else
154 emitSucceeded();
155}

Callers

nothing calls this directly

Calls 2

processFunction · 0.70
validMethod · 0.45

Tested by

no test coverage detected