Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Delete
Method
Delete
libraries/lib-preferences/Prefs.cpp:553–557 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
bool SettingBase::Delete()
554
{
555
auto config = GetConfig();
556
return config && config->DeleteEntry( GetPath() );
557
}
558
559
bool BoolSetting::Toggle()
560
{
Callers
nothing calls this directly
Calls
2
GetConfig
Function · 0.85
DeleteEntry
Method · 0.45
Tested by
no test coverage detected