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

Function SetConfigValue

libraries/lib-module-manager/ConfigInterface.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool SetConfigValue( const EffectDefinitionInterface& ident,
69 PluginSettings::ConfigurationType type,
70 const RegistryPath & group, const RegistryPath & key,
71 ConfigConstReference value)
72{
73 auto &pluginManager = PluginManager::Get();
74 const auto &id = pluginManager.GetID(&ident);
75 return pluginManager.SetConfigValue(type, id, group, key, value);
76}
77
78bool RemoveConfigSubgroup( const EffectDefinitionInterface &ident,
79 PluginSettings::ConfigurationType type,

Callers 2

SetConfigFunction · 0.85
SetConfigValueMethod · 0.85

Calls 3

GetFunction · 0.85
SetConfigValueMethod · 0.80
GetIDMethod · 0.45

Tested by

no test coverage detected