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

Function Int32ToString

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

Source from the content-addressed store, hash-verified

219}
220
221std::string Int32ToString(int32_t i) {
222 char buffer[12];
223 FastInt32ToBuffer(i, buffer);
224 return std::string(buffer);
225}
226
227std::string UInt32ToString(uint32_t u) {
228 char buffer[12];

Callers

nothing calls this directly

Calls 1

FastInt32ToBufferFunction · 0.85

Tested by

no test coverage detected