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

Function processPackTXT

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

Source from the content-addressed store, hash-verified

116}
117
118void processPackTXT(TexturePack& pack, QByteArray&& raw_data)
119{
120 pack.setDescription(QString(raw_data));
121}
122
123void processPackPNG(TexturePack& pack, QByteArray&& raw_data)
124{

Callers 2

processFolderFunction · 0.85
processZIPFunction · 0.85

Calls 2

QStringClass · 0.85
setDescriptionMethod · 0.45

Tested by

no test coverage detected