MCPcopy Create free account
hub / github.com/baidu/tera / WriteUInt64ToBuffer

Function WriteUInt64ToBuffer

src/common/base/string_number.cc:601–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599char* WriteInt32ToBuffer(int32_t n, char* buffer) { return OutputInt32AsString(n, buffer); }
600
601char* WriteUInt64ToBuffer(uint64_t n, char* buffer) { return OutputUInt64AsString(n, buffer); }
602
603char* WriteInt64ToBuffer(int64_t n, char* buffer) { return OutputInt64AsString(n, buffer); }
604

Callers

nothing calls this directly

Calls 1

OutputUInt64AsStringFunction · 0.85

Tested by

no test coverage detected