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

Method writeI16

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

Source from the content-addressed store, hash-verified

313}
314
315uint32_t TDebugProtocol::writeI16(const int16_t i16) {
316 return writeItem(to_string(i16));
317}
318
319uint32_t TDebugProtocol::writeI32(const int32_t i32) {
320 return writeItem(to_string(i32));

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected