Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ReadBool
Method
ReadBool
libraries/lib-preferences/BasicSettings.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
bool BasicSettings::ReadBool(const wxString& key, bool defaultValue) const
81
{
82
return Read(key, defaultValue);
83
}
84
85
long BasicSettings::ReadLong(const wxString& key, long defaultValue) const
86
{
Callers
15
MakeCheckFn
Method · 0.80
SetMaxList
Method · 0.80
Load
Method · 0.80
ShowDialog
Method · 0.80
AudioComDialogBase
Method · 0.80
SelectAllIfNoneAndAllowed
Function · 0.80
PopulateOrExchange
Method · 0.80
PlayAtSpeed
Method · 0.80
GetUnpinnedScrubbingPreference
Method · 0.80
GetPinnedHeadPreference
Method · 0.80
Commit
Method · 0.80
UpdatePrefs
Method · 0.80
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected