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

Method writeByte

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

Source from the content-addressed store, hash-verified

309}
310
311uint32_t TDebugProtocol::writeByte(const int8_t byte) {
312 return writeItem("0x" + byte_to_hex(byte));
313}
314
315uint32_t TDebugProtocol::writeI16(const int16_t i16) {
316 return writeItem(to_string(i16));

Callers

nothing calls this directly

Calls 1

byte_to_hexFunction · 0.85

Tested by

no test coverage detected