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

Function WriteInt64ToBuffer

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

Source from the content-addressed store, hash-verified

601char* WriteUInt64ToBuffer(uint64_t n, char* buffer) { return OutputUInt64AsString(n, buffer); }
602
603char* WriteInt64ToBuffer(int64_t n, char* buffer) { return OutputInt64AsString(n, buffer); }
604
605char* WriteIntegerToBuffer(int n, char* buffer) { return OutputIntegerAsString(n, buffer); }
606

Callers

nothing calls this directly

Calls 1

OutputInt64AsStringFunction · 0.85

Tested by

no test coverage detected