Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ isEnabled
Method
isEnabled
launcher/minecraft/Component.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
bool Component::isEnabled()
183
{
184
return !canBeDisabled() || !m_disabled;
185
}
186
187
bool Component::canBeDisabled()
188
{
Callers
6
actionChanged
Function · 0.80
updateDialogState
Method · 0.80
updateDialogState
Method · 0.80
data
Method · 0.80
setData
Method · 0.80
getModLoaders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected