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

Method TransferDataFromWindow

src/effects/LegacyCompressor.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225bool EffectLegacyCompressor::TransferDataFromWindow(EffectSettings&)
226{
227 if (!mUIParent->Validate())
228 {
229 return false;
230 }
231 return DoTransferDataFromWindow();
232}
233
234bool EffectLegacyCompressor::DoTransferDataFromWindow()
235{

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.45

Tested by

no test coverage detected