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

Function default_read_struct_begin

lib/rb/ext/struct.c:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225VALUE default_read_struct_begin(VALUE protocol) {
226 return rb_funcall(protocol, read_struct_begin_method_id, 0);
227}
228
229VALUE default_read_struct_end(VALUE protocol) {
230 return rb_funcall(protocol, read_struct_end_method_id, 0);

Callers 2

rb_thrift_struct_readFunction · 0.85
rb_thrift_union_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected