MCPcopy 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}
153QString Component::getName()
154{
155 if (!m_cachedName.isEmpty())
156 return m_cachedName;
157 return m_uid;
158}
159QString Component::getVersion()
160{
161 return m_cachedVersion;

Callers 6

LauncherMethod · 0.80
packageCurrentMethod · 0.80
loadComponentFunction · 0.80
loadComponentsMethod · 0.80
dataMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected