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

Method SetSkipStateFlag

libraries/lib-effects/EffectManager.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void EffectManager::SetSkipStateFlag(bool flag)
91{
92 mSkipStateFlag = flag;
93}
94
95bool EffectManager::GetSkipStateFlag()
96{

Callers 5

ProcessMethod · 0.80
DoEffectMethod · 0.80
DoAudacityCommandMethod · 0.80
OnGetProfileMethod · 0.80
doPerformEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected