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

Function rb_thrift_binary_proto_read_byte

lib/rb/ext/binary_protocol_accelerated.c:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402VALUE rb_thrift_binary_proto_read_byte(VALUE self) {
403 return INT2FIX(read_byte_direct(self));
404}
405
406VALUE rb_thrift_binary_proto_read_i16(VALUE self) {
407 return INT2FIX(read_i16_direct(self));

Calls 1

read_byte_directFunction · 0.70

Tested by

no test coverage detected