MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / containsSettingValue

Method containsSettingValue

pcsx2-qt/Settings/SettingsWindow.cpp:632–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632bool SettingsWindow::containsSettingValue(const char* section, const char* key) const
633{
634 if (m_sif)
635 return m_sif->ContainsValue(section, key);
636 else
637 return Host::ContainsBaseSettingValue(section, key);
638}
639
640void SettingsWindow::removeSettingValue(const char* section, const char* key)
641{

Callers 1

refreshMethod · 0.80

Calls 1

ContainsValueMethod · 0.45

Tested by

no test coverage detected