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

Function UInt64ToString

src/common/base/string_number.cc:655–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655char* UInt64ToString(uint64_t u64, char* buffer) {
656 *OutputUInt64AsString(u64, buffer) = '\0';
657 return buffer;
658}
659
660char* Int64ToString(int64_t i, char* buffer) {
661 *OutputInt64AsString(i, buffer) = '\0';

Callers

nothing calls this directly

Calls 1

OutputUInt64AsStringFunction · 0.85

Tested by

no test coverage detected