Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getName
Method
getName
launcher/minecraft/Component.cpp:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
return m_uid;
152
}
153
QString Component::getName()
154
{
155
if (!m_cachedName.isEmpty())
156
return m_cachedName;
157
return m_uid;
158
}
159
QString Component::getVersion()
160
{
161
return m_cachedVersion;
Callers
6
Launcher
Method · 0.80
packageCurrent
Method · 0.80
on_actionChange_version_triggered
Method · 0.80
loadComponent
Function · 0.80
loadComponents
Method · 0.80
data
Method · 0.80
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected