Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ UInt32ToHexString
Function
UInt32ToHexString
base/string/number.cpp:269–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
char* UInt32ToHexString(uint32_t value, char* buffer)
270
{
271
*WriteHexUInt32ToBuffer(value, buffer) =
'\0'
;
272
return buffer;
273
}
274
275
char* UInt64ToHexString(uint64_t value, char* buffer)
276
{
Callers
1
TEST
Function · 0.85
Calls
1
WriteHexUInt32ToBuffer
Function · 0.85
Tested by
1
TEST
Function · 0.68