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

Method ContainsBaseSettingValue

pcsx2/Host.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290bool Host::ContainsBaseSettingValue(const char* section, const char* key)
291{
292 std::unique_lock lock(s_settings_mutex);
293 return s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)->ContainsValue(section, key);
294}
295
296void Host::RemoveBaseSettingValue(const char* section, const char* key)
297{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
ContainsValueMethod · 0.45

Tested by

no test coverage detected