MCPcopy 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
651char* WriteInt64ToBuffer(int64_t n, char* buffer)
652{
653 return OutputInt64AsString(n, buffer);
654}
655
656char* WriteIntegerToBuffer(int n, char* buffer)
657{

Callers

nothing calls this directly

Calls 1

OutputInt64AsStringFunction · 0.85

Tested by

no test coverage detected