MCPcopy Create free account
hub / github.com/alibaba/graph-learn / Int64ToString

Function Int64ToString

graphlearn/src/common/string/numeric.cc:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233std::string Int64ToString(int64_t i) {
234 char buffer[24];
235 FastInt64ToBuffer(i, buffer);
236 return std::string(buffer);
237}
238
239std::string UInt64ToString(uint64_t u) {
240 char buffer[24];

Callers

nothing calls this directly

Calls 1

FastInt64ToBufferFunction · 0.85

Tested by

no test coverage detected