Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
char* UInt64ToHexString(uint64_t value, char* buffer)
276
{
277
*WriteHexUInt64ToBuffer(value, buffer) =
'\0'
;
278
return buffer;
279
}
280
281
std::string UInt16ToHexString(uint16_t value)
282
{
Callers
1
TEST
Function · 0.85
Calls
1
WriteHexUInt64ToBuffer
Function · 0.85
Tested by
1
TEST
Function · 0.68