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

Function UInt32ToHexString

src/common/base/string_number.cc:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202char* UInt32ToHexString(uint32_t value, char* buffer) {
203 *WriteHexUInt32ToBuffer(value, buffer) = '\0';
204 return buffer;
205}
206
207char* UInt64ToHexString(uint64_t value, char* buffer) {
208 *WriteHexUInt64ToBuffer(value, buffer) = '\0';

Callers 1

TESTFunction · 0.85

Calls 1

WriteHexUInt32ToBufferFunction · 0.85

Tested by 1

TESTFunction · 0.68