Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ isRemovable
Method
isRemovable
launcher/minecraft/Component.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
return false;
188
}
189
bool Component::isRemovable()
190
{
191
return !m_important;
192
}
193
bool Component::isRevertible()
194
{
195
if (isCustom())
Callers
2
updateButtons
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected