Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ localFilename
Method
localFilename
launcher/meta/Version.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
QString Meta::Version::localFilename() const
98
{
99
return m_uid +
'/'
+ m_version +
".json"
;
100
}
101
102
void Meta::Version::setType(const QString &type)
103
{
Callers
1
validate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected