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

Function HasCurrentSettings

libraries/lib-effects/EffectManager.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool HasCurrentSettings(EffectPlugin &host)
101{
102 return HasConfigGroup(host.GetDefinition(), PluginSettings::Private,
103 CurrentSettingsGroup());
104}
105
106bool HasFactoryDefaults(EffectPlugin &host)
107{

Callers 3

HasPresetsMethod · 0.85
GetDefaultPresetMethod · 0.85
EffectPresetsDialogMethod · 0.85

Calls 1

HasConfigGroupFunction · 0.85

Tested by

no test coverage detected