Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ UpdateFormatToFit
Method
UpdateFormatToFit
libraries/lib-numeric-formats/NumericConverter.cpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void NumericConverter::UpdateFormatToFit(double value)
207
{
208
mFormatter->UpdateFormatForValue(value, false);
209
}
210
211
int NumericConverter::GetSafeFocusedDigit(int focusedDigit) const noexcept
212
{
Callers
1
AddTime
Method · 0.80
Calls
1
UpdateFormatForValue
Method · 0.45
Tested by
no test coverage detected