Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
VALUE rb_thrift_binary_proto_read_byte(VALUE self) {
403
return INT2FIX(read_byte_direct(self));
404
}
405
406
VALUE rb_thrift_binary_proto_read_i16(VALUE self) {
407
return INT2FIX(read_i16_direct(self));
Callers
2
rb_thrift_binary_proto_read_map_begin
Function · 0.85
rb_thrift_binary_proto_read_list_begin
Function · 0.85
Calls
1
read_byte_direct
Function · 0.70
Tested by
no test coverage detected