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