Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Write
Method
Write
au4/src/effects/effects_base/effectsettings.cpp:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
bool EffectSettings::Write(const wxString& key, bool value)
134
{
135
m_QSettings.setValue(ToQString(key), value);
136
return true;
137
}
138
139
bool EffectSettings::Write(const wxString& key, int value)
140
{
Callers
nothing calls this directly
Calls
2
ToQString
Function · 0.85
setValue
Method · 0.45
Tested by
no test coverage detected