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

Function WriteInt32ToBuffer

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

output n to buffer as string @return end position @note buffer must be large enougn, and no ending '\0' append

Source from the content-addressed store, hash-verified

597/// @return end position
598/// @note buffer must be large enougn, and no ending '\0' append
599char* WriteInt32ToBuffer(int32_t n, char* buffer) { return OutputInt32AsString(n, buffer); }
600
601char* WriteUInt64ToBuffer(uint64_t n, char* buffer) { return OutputUInt64AsString(n, buffer); }
602

Callers

nothing calls this directly

Calls 1

OutputInt32AsStringFunction · 0.85

Tested by

no test coverage detected