MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getName

Method getName

launcher/minecraft/Component.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140QString Component::getName()
141{
142 if (!m_cachedName.isEmpty())
143 return m_cachedName;
144 return m_uid;
145}
146
147QString Component::getVersion()
148{

Callers 12

LauncherMethod · 0.80
removePackMethod · 0.80
packageCurrentMethod · 0.80
confirmMethod · 0.80
loadComponentFunction · 0.80
loadComponentsMethod · 0.80
performUpdateActionsMethod · 0.80
finalizeComponentsMethod · 0.80
dataMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected