MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / get

Method get

launcher/settings/OverrideSetting.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QVariant OverrideSetting::get() const
37{
38 if (isOverriding()) {
39 return Setting::get();
40 }
41 return m_other->get();
42}
43
44void OverrideSetting::reset()
45{

Callers 2

isOverridingMethod · 0.45
defValueMethod · 0.45

Calls 1

getFunction · 0.85

Tested by

no test coverage detected