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

Method RemoveConfig

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

Source from the content-addressed store, hash-verified

304}
305
306bool PluginManager::RemoveConfig(ConfigurationType type, const PluginID & ID,
307 const RegistryPath & group, const RegistryPath & key)
308{
309 bool result = GetSettings()->DeleteEntry(Key(type, ID, group, key));
310 if (result)
311 {
312 GetSettings()->Flush();
313 }
314
315 return result;
316}
317
318// ============================================================================
319//

Callers 1

RemoveConfigFunction · 0.80

Calls 3

GetSettingsFunction · 0.85
DeleteEntryMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected