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

Method ReadCustomPaths

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

Source from the content-addressed store, hash-verified

904
905
906PluginPaths PluginManager::ReadCustomPaths(const PluginProvider& provider)
907{
908 auto group = mSettings->BeginGroup(REGCUSTOMPATHS);
909 const auto key = GetID(&provider);
910 const auto paths = mSettings->Read(key, wxString{});
911 const auto wxarr = wxSplit(paths, ';');
912 return PluginPaths(wxarr.begin(), wxarr.end());
913}
914
915void PluginManager::StoreCustomPaths(const PluginProvider& provider, const PluginPaths& paths)
916{

Callers 5

FindModulePathsMethod · 0.80
GetSearchPathsMethod · 0.80
AutoRegisterPluginsMethod · 0.80
FindModulePathsMethod · 0.80
PopulateOrExchangeMethod · 0.80

Calls 5

GetIDFunction · 0.85
BeginGroupMethod · 0.45
ReadMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected