MCPcopy Create free account
hub / github.com/audacity/audacity / Exists

Method Exists

libraries/lib-preferences/BasicSettings.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18BasicSettings::~BasicSettings() = default;
19
20bool BasicSettings::Exists(const wxString& key) const
21{
22 return HasEntry(key) || HasGroup(key);
23}
24
25bool BasicSettings::DeleteGroup(const wxString& key)
26{

Callers 15

GetModuleStatusMethod · 0.80
DropFileMethod · 0.80
HasConfigValueMethod · 0.80
TestGroupsFunction · 0.80
GenerateTempPathFunction · 0.80
LoadGenresMethod · 0.80
GetSearchPathsMethod · 0.80
ExtendPathMethod · 0.80
IsValidCommandMethod · 0.80
FindDialogClass · 0.80
GenerateTempPathFunction · 0.80
PopulatePreferencesFunction · 0.80

Calls 2

HasEntryFunction · 0.85
HasGroupFunction · 0.85

Tested by 1

TestGroupsFunction · 0.64