Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
QString Component::getName()
141
{
142
if (!m_cachedName.isEmpty())
143
return m_cachedName;
144
return m_uid;
145
}
146
147
QString Component::getVersion()
148
{
Callers
12
Launcher
Method · 0.80
removePack
Method · 0.80
packageCurrent
Method · 0.80
on_actionRemove_triggered
Method · 0.80
on_actionChange_version_triggered
Method · 0.80
on_actionRevert_triggered
Method · 0.80
confirm
Method · 0.80
loadComponent
Function · 0.80
loadComponents
Method · 0.80
performUpdateActions
Method · 0.80
finalizeComponents
Method · 0.80
data
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected