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

Method GetLocations

src/prefs/EffectsPrefs.cpp:141–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 PluginPaths GetLocations() const
142 {
143 PluginPaths paths;
144 for(const auto& text : mPaths)
145 {
146 if(!text.IsEmpty())
147 paths.push_back(text);
148 }
149 return paths;
150 }
151
152 void OnAddNewLocationClicked(wxCommandEvent&)
153 {

Callers 1

CommitMethod · 0.80

Calls 2

IsEmptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected