Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ WriteUInt64ToBuffer
Function
WriteUInt64ToBuffer
base/string/number.cpp:646–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
644
}
645
646
char* WriteUInt64ToBuffer(uint64_t n, char* buffer)
647
{
648
return OutputUInt64AsString(n, buffer);
649
}
650
651
char* WriteInt64ToBuffer(int64_t n, char* buffer)
652
{
Callers
nothing calls this directly
Calls
1
OutputUInt64AsString
Function · 0.85
Tested by
no test coverage detected