MCPcopy Create free account
hub / github.com/MultiMC/Launcher / isCustom

Method isCustom

launcher/minecraft/Component.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool Component::isCustom()
174{
175 return m_file != nullptr;
176}
177
178bool Component::isCustomizable()
179{

Callers 3

updateButtonsMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected