MCPcopy Create free account
hub / github.com/audacity/audacity / HasConfigValue

Method HasConfigValue

libraries/lib-module-manager/PluginManager.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274bool PluginManager::HasConfigValue(ConfigurationType type, const PluginID & ID,
275 const RegistryPath & group, const RegistryPath & key)
276{
277 return HasConfigValue(Key(type, ID, group, key));
278}
279
280bool PluginManager::GetConfigValue(ConfigurationType type, const PluginID & ID,
281 const RegistryPath & group, const RegistryPath & key,

Callers 1

HasConfigValueFunction · 0.80

Calls 3

HasConfigValueFunction · 0.85
GetSettingsFunction · 0.85
ExistsMethod · 0.80

Tested by

no test coverage detected