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

Method Commit

src/prefs/EffectsPrefs.cpp:350–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350bool EffectsPrefs::Commit()
351{
352 auto& pluginManager = PluginManager::Get();
353
354 for(auto [provider, panel] : mLocations)
355 pluginManager.StoreCustomPaths(*provider, panel->GetLocations());
356
357 ShuttleGui S(this, eIsSavingToPrefs);
358 PopulateOrExchange(S);
359
360 return true;
361}
362
363namespace{
364PrefsPanel::Registration sAttachment{ "Effects",

Callers

nothing calls this directly

Calls 4

GetFunction · 0.85
StoreCustomPathsMethod · 0.80
GetLocationsMethod · 0.80
PopulateOrExchangeFunction · 0.50

Tested by

no test coverage detected