Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ isEnabled
Method
isEnabled
launcher/minecraft/Component.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
bool Component::isEnabled()
171
{
172
return !canBeDisabled() || !m_disabled;
173
}
174
175
bool Component::canBeDisabled()
176
{
Callers
9
VersionPage
Method · 0.80
actionChanged
Function · 0.80
updateDialogState
Method · 0.80
updateDialogState
Method · 0.80
on_skipButton_clicked
Method · 0.80
data
Method · 0.80
setData
Method · 0.80
getModLoaders
Method · 0.80
getModLoadersList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected