MCPcopy Create free account
hub / github.com/chen3feng/toft / UInt64ToHexString

Function UInt64ToHexString

base/string/number.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275char* UInt64ToHexString(uint64_t value, char* buffer)
276{
277 *WriteHexUInt64ToBuffer(value, buffer) = '\0';
278 return buffer;
279}
280
281std::string UInt16ToHexString(uint16_t value)
282{

Callers 1

TESTFunction · 0.85

Calls 1

WriteHexUInt64ToBufferFunction · 0.85

Tested by 1

TESTFunction · 0.68