Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
QVariant OverrideSetting::get() const
37
{
38
if (isOverriding()) {
39
return Setting::get();
40
}
41
return m_other->get();
42
}
43
44
void OverrideSetting::reset()
45
{
Callers
2
isOverriding
Method · 0.45
defValue
Method · 0.45
Calls
1
get
Function · 0.85
Tested by
no test coverage detected