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

Function write_byte_direct

lib/rb/ext/binary_protocol_accelerated.c:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39static ID rbuf_ivar_id;
40
41static void write_byte_direct(VALUE trans, int8_t b) {
42 WRITE(trans, (char*)&b, 1);
43}
44
45static void write_i16_direct(VALUE trans, int16_t value) {
46 char data[2];

Calls

no outgoing calls

Tested by

no test coverage detected