MCPcopy Create free account
hub / github.com/Tencent/phxsql / UIntToStr

Function UIntToStr

phxsqlproxy/phxsqlproxyutil.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249std::string UIntToStr(uint32_t i) {
250 char buf[16];
251 snprintf(buf, sizeof(buf), "%u", i);
252 return std::string(buf);
253}
254
255std::vector<std::string> SplitStr(const std::string & str, const std::string & delim) {
256 std::vector<std::string> vec;

Callers 1

MakeProxyHeaderV1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected