Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void processPackTXT(TexturePack& pack, QByteArray&& raw_data)
119
{
120
pack.setDescription(QString(raw_data));
121
}
122
123
void processPackPNG(TexturePack& pack, QByteArray&& raw_data)
124
{
Callers
2
processFolder
Function · 0.85
processZIP
Function · 0.85
Calls
2
QString
Class · 0.85
setDescription
Method · 0.45
Tested by
no test coverage detected