MCPcopy 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
25bool BasicSettings::DeleteGroup(const wxString& key)
26{
27 if(HasGroup(key))
28 return Remove(key);
29 return false;
30}
31
32bool BasicSettings::DeleteEntry(const wxString& key)
33{

Callers 3

RemoveConfigSubgroupMethod · 0.45
LoadMethod · 0.45
RemoveMethod · 0.45

Calls 1

HasGroupFunction · 0.85

Tested by

no test coverage detected