MCPcopy 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
967bool ThemeManager::hasFactoryValue(const QString& token) const
968{
969 ensureFactoryLoaded();
970 return m_factoryTokens.contains(token);
971}
972
973bool ThemeManager::isBuiltInTheme(const QString& name) const
974{

Callers 3

refreshResetButtonMethod · 0.80
onResetClickedMethod · 0.80
mainFunction · 0.80

Calls 1

containsMethod · 0.80

Tested by 1

mainFunction · 0.64