MCPcopy Create free account
hub / github.com/apache/thrift / writeI32

Method writeI32

lib/cpp/src/thrift/protocol/TDebugProtocol.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319uint32_t TDebugProtocol::writeI32(const int32_t i32) {
320 return writeItem(to_string(i32));
321}
322
323uint32_t TDebugProtocol::writeI64(const int64_t i64) {
324 return writeItem(to_string(i64));

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected