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

Method getFilename

launcher/minecraft/Component.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 return m_cachedVersion;
162}
163QString Component::getFilename()
164{
165 return m_parent->patchFilePathForUid(m_uid);
166}
167QDateTime Component::getReleaseDateTime()
168{
169 if(m_metaVersion)

Callers 5

confirmMethod · 0.80
isModSelectedMethod · 0.80
loadComponentFunction · 0.80

Calls 1

patchFilePathForUidMethod · 0.80

Tested by

no test coverage detected