MCPcopy 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
206void NumericConverter::UpdateFormatToFit(double value)
207{
208 mFormatter->UpdateFormatForValue(value, false);
209}
210
211int NumericConverter::GetSafeFocusedDigit(int focusedDigit) const noexcept
212{

Callers 1

AddTimeMethod · 0.80

Calls 1

UpdateFormatForValueMethod · 0.45

Tested by

no test coverage detected