Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ getVersion
Method
getVersion
launcher/minecraft/Component.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
return m_uid;
123
}
124
QString Component::getVersion()
125
{
126
return m_cachedVersion;
127
}
128
QString Component::getFilename()
129
{
130
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