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

Method GetConfigValue

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

Source from the content-addressed store, hash-verified

278}
279
280bool PluginManager::GetConfigValue(ConfigurationType type, const PluginID & ID,
281 const RegistryPath & group, const RegistryPath & key,
282 ConfigReference var, ConfigConstReference defval)
283{
284 return GetConfigValue(Key(type, ID, group, key), var, defval);
285}
286
287bool PluginManager::SetConfigValue(ConfigurationType type, const PluginID & ID,
288 const RegistryPath & group, const RegistryPath & key,

Callers 1

GetConfigValueFunction · 0.80

Calls 6

GetConfigValueFunction · 0.85
GetSettingsFunction · 0.85
VisitFunction · 0.50
emptyMethod · 0.45
getMethod · 0.45
ReadMethod · 0.45

Tested by

no test coverage detected