Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ReadLong
Method
ReadLong
libraries/lib-preferences/BasicSettings.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
long BasicSettings::ReadLong(const wxString& key, long defaultValue) const
86
{
87
return Read(key, defaultValue);
88
}
89
90
double BasicSettings::ReadDouble(const wxString& key, double defaultValue) const
91
{
Callers
1
PopulateOrExchange
Method · 0.80
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected