Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
void Resource::setFile(QFileInfo file_info)
15
{
16
m_file_info = file_info;
17
parseFile();
18
}
19
20
void Resource::parseFile()
21
{
Callers
1
installResource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected