Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getVersion
Method
getVersion
launcher/minecraft/Component.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
return m_uid;
158
}
159
QString Component::getVersion()
160
{
161
return m_cachedVersion;
162
}
163
QString Component::getFilename()
164
{
165
return m_parent->patchFilePathForUid(m_uid);
Callers
4
getTrivialComponentChanges
Function · 0.45
resolveDependencies
Method · 0.45
data
Method · 0.45
getComponentVersion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected