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

Method SetConfigValue

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

Source from the content-addressed store, hash-verified

285}
286
287bool PluginManager::SetConfigValue(ConfigurationType type, const PluginID & ID,
288 const RegistryPath & group, const RegistryPath & key,
289 ConfigConstReference value)
290{
291 return SetConfigValue(Key(type, ID, group, key), value);
292}
293
294bool PluginManager::RemoveConfigSubgroup(ConfigurationType type,
295 const PluginID & ID, const RegistryPath & group)

Callers 1

SetConfigValueFunction · 0.80

Calls 7

SetConfigValueFunction · 0.85
GetSettingsFunction · 0.85
VisitFunction · 0.50
emptyMethod · 0.45
WriteMethod · 0.45
getMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected