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

Method ContainsValue

pcsx2/INISettingsInterface.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268bool INISettingsInterface::ContainsValue(const char* section, const char* key) const
269{
270 return (m_ini.GetValue(section, key, nullptr) != nullptr);
271}
272
273void INISettingsInterface::DeleteValue(const char* section, const char* key)
274{

Calls 1

GetValueMethod · 0.80

Tested by

no test coverage detected