Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
163
QString Component::getFilename()
164
{
165
return m_parent->patchFilePathForUid(m_uid);
166
}
167
QDateTime Component::getReleaseDateTime()
168
{
169
if(m_metaVersion)
Callers
5
on_actionEdit_triggered
Method · 0.80
confirm
Method · 0.80
isModSelected
Method · 0.80
loadComponent
Function · 0.80
removeComponent_internal
Method · 0.80
Calls
1
patchFilePathForUid
Method · 0.80
Tested by
no test coverage detected