MCPcopy 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
646char* WriteUInt64ToBuffer(uint64_t n, char* buffer)
647{
648 return OutputUInt64AsString(n, buffer);
649}
650
651char* WriteInt64ToBuffer(int64_t n, char* buffer)
652{

Callers

nothing calls this directly

Calls 1

OutputUInt64AsStringFunction · 0.85

Tested by

no test coverage detected