Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
BasicSettings::~BasicSettings() = default;
19
20
bool BasicSettings::Exists(const wxString& key) const
21
{
22
return HasEntry(key) || HasGroup(key);
23
}
24
25
bool BasicSettings::DeleteGroup(const wxString& key)
26
{
Callers
15
GetModuleStatus
Method · 0.80
DropFile
Method · 0.80
HasConfigValue
Method · 0.80
TestGroups
Function · 0.80
GenerateTempPath
Function · 0.80
LoadGenres
Method · 0.80
GetSearchPaths
Method · 0.80
ExtendPath
Method · 0.80
IsValidCommand
Method · 0.80
FindDialog
Class · 0.80
GenerateTempPath
Function · 0.80
PopulatePreferences
Function · 0.80
Calls
2
HasEntry
Function · 0.85
HasGroup
Function · 0.85
Tested by
1
TestGroups
Function · 0.64