MCPcopy 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
32bool BasicSettings::DeleteEntry(const wxString& key)
33{
34 if(HasEntry(key))
35 return Remove(key);
36 return false;
37}
38
39auto BasicSettings::BeginGroup(const wxString& prefix) -> GroupScope
40{

Callers 6

GetModuleStatusMethod · 0.45
RemoveConfigMethod · 0.45
DeleteMethod · 0.45
RemoveMethod · 0.45
WriteImportItemsMethod · 0.45
RemoveMethod · 0.45

Calls 1

HasEntryFunction · 0.85

Tested by

no test coverage detected