Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ isRemovable
Method
isRemovable
launcher/minecraft/Component.cpp:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
return false;
223
}
224
bool Component::isRemovable()
225
{
226
return !m_important;
227
}
228
bool Component::isRevertible()
229
{
230
if (isCustom())
Callers
2
updateButtons
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected