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

Function default_write_struct_end

lib/rb/ext/struct.c:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137VALUE default_write_struct_end(VALUE protocol) {
138 rb_funcall(protocol, write_struct_end_method_id, 0);
139 return Qnil;
140}
141
142VALUE default_write_field_begin(VALUE protocol, VALUE name, VALUE type, VALUE id) {
143 rb_funcall(protocol, write_field_begin_method_id, 3, name, type, id);

Callers 2

rb_thrift_struct_writeFunction · 0.85
rb_thrift_union_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected