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

Function Int64ToString

src/common/base/string_number.cc:660–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660char* Int64ToString(int64_t i, char* buffer) {
661 *OutputInt64AsString(i, buffer) = '\0';
662 return buffer;
663}
664
665// -----------------------------------------------------
666// interface for int to string or buffer

Callers

nothing calls this directly

Calls 1

OutputInt64AsStringFunction · 0.85

Tested by

no test coverage detected