Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ setFile
Method
setFile
launcher/minecraft/mod/Resource.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void Resource::setFile(QFileInfo file_info)
19
{
20
m_file_info = file_info;
21
parseFile();
22
}
23
24
std::tuple<QString, qint64> calculateFileSize(const QFileInfo& file)
25
{
Callers
1
installResource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected