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

Method RemoveConfigSubgroup

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

Source from the content-addressed store, hash-verified

292}
293
294bool PluginManager::RemoveConfigSubgroup(ConfigurationType type,
295 const PluginID & ID, const RegistryPath & group)
296{
297 bool result = GetSettings()->DeleteGroup(Group(type, ID, group));
298 if (result)
299 {
300 GetSettings()->Flush();
301 }
302
303 return result;
304}
305
306bool PluginManager::RemoveConfig(ConfigurationType type, const PluginID & ID,
307 const RegistryPath & group, const RegistryPath & key)

Callers 1

RemoveConfigSubgroupFunction · 0.80

Calls 4

GetSettingsFunction · 0.85
GroupFunction · 0.85
DeleteGroupMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected