Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ hasFactoryValue
Method
hasFactoryValue
src/core/ThemeManager.cpp:967–971 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
965
}
966
967
bool ThemeManager::hasFactoryValue(const QString& token) const
968
{
969
ensureFactoryLoaded();
970
return m_factoryTokens.contains(token);
971
}
972
973
bool ThemeManager::isBuiltInTheme(const QString& name) const
974
{
Callers
3
refreshResetButton
Method · 0.80
onResetClicked
Method · 0.80
main
Function · 0.80
Calls
1
contains
Method · 0.80
Tested by
1
main
Function · 0.64