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

Method Populate

src/RealtimeEffectPanel.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void Populate(AudacityProject& project, Visitor<Traits>& visitor)
175 {
176 auto cachedMenuItem = GetMenuItem();
177 if(!cachedMenuItem)
178 return;
179
180 VisitWithFunctions(visitor, cachedMenuItem.get(), {}, project);
181 }
182
183 EffectsMenuHelper()
184 {

Callers 1

PickEffectMethod · 0.45

Calls 2

VisitWithFunctionsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected