Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ DeleteEntry
Method
DeleteEntry
libraries/lib-preferences/BasicSettings.cpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
bool BasicSettings::DeleteEntry(const wxString& key)
33
{
34
if(HasEntry(key))
35
return Remove(key);
36
return false;
37
}
38
39
auto BasicSettings::BeginGroup(const wxString& prefix) -> GroupScope
40
{
Callers
6
GetModuleStatus
Method · 0.45
RemoveConfig
Method · 0.45
Delete
Method · 0.45
Remove
Method · 0.45
WriteImportItems
Method · 0.45
Remove
Method · 0.45
Calls
1
HasEntry
Function · 0.85
Tested by
no test coverage detected