Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void EffectManager::SetSkipStateFlag(bool flag)
91
{
92
mSkipStateFlag = flag;
93
}
94
95
bool EffectManager::GetSkipStateFlag()
96
{
Callers
5
Process
Method · 0.80
DoEffect
Method · 0.80
DoAudacityCommand
Method · 0.80
OnGetProfile
Method · 0.80
doPerformEffect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected