Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ DeleteGroup
Method
DeleteGroup
libraries/lib-preferences/BasicSettings.cpp:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
bool BasicSettings::DeleteGroup(const wxString& key)
26
{
27
if(HasGroup(key))
28
return Remove(key);
29
return false;
30
}
31
32
bool BasicSettings::DeleteEntry(const wxString& key)
33
{
Callers
3
RemoveConfigSubgroup
Method · 0.45
Load
Method · 0.45
Remove
Method · 0.45
Calls
1
HasGroup
Function · 0.85
Tested by
no test coverage detected