Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetClosed
Method
SetClosed
src/effects/EffectUI.h:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
bool HandleCommandKeystrokes() override;
69
70
void SetClosed() {
71
#if wxDEBUG_LEVEL
72
mClosed = true;
73
#endif
74
}
75
76
private:
77
std::shared_ptr<EffectInstance> InitializeInstance();
Callers
1
EffectUI.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected