MCPcopy Create free account
hub / github.com/baidu/tera / IntegerStringLength

Function IntegerStringLength

src/common/base/string_number.cc:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585};
586
587size_t IntegerStringLength(int n) {
588 return OutputIntegerAsString(n, CountOutputIterator<char>()).Count();
589}
590
591/// output n to buffer as string
592/// @return end position

Callers

nothing calls this directly

Calls 2

OutputIntegerAsStringFunction · 0.85
CountMethod · 0.45

Tested by

no test coverage detected