MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / FormatNoCommaNumber

Function FormatNoCommaNumber

src/strings.cpp:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517static void FormatNoCommaNumber(StringBuilder &builder, int64_t number)
518{
519 fmt::format_to(builder.back_inserter(), "{}", number);
520}
521
522static void FormatZerofillNumber(StringBuilder &builder, int64_t number, int count)
523{

Callers 1

FormatStringFunction · 0.85

Calls 2

format_toFunction · 0.50
back_inserterMethod · 0.45

Tested by

no test coverage detected