Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
void 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
process
Function · 0.70
valid
Method · 0.45
Tested by
no test coverage detected