MCPcopy 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
85long BasicSettings::ReadLong(const wxString& key, long defaultValue) const
86{
87 return Read(key, defaultValue);
88}
89
90double BasicSettings::ReadDouble(const wxString& key, double defaultValue) const
91{

Callers 1

PopulateOrExchangeMethod · 0.80

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected