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

Method setFile

launcher/minecraft/mod/Resource.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void Resource::setFile(QFileInfo file_info)
15{
16 m_file_info = file_info;
17 parseFile();
18}
19
20void Resource::parseFile()
21{

Callers 1

installResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected