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

Function Int32ToString

src/common/base/string_number.cc:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650char* Int32ToString(int32_t i, char* buffer) {
651 *OutputInt32AsString(i, buffer) = '\0';
652 return buffer;
653}
654
655char* UInt64ToString(uint64_t u64, char* buffer) {
656 *OutputUInt64AsString(u64, buffer) = '\0';

Callers

nothing calls this directly

Calls 1

OutputInt32AsStringFunction · 0.85

Tested by

no test coverage detected