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

Function default_write_struct_begin

lib/rb/ext/struct.c:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132VALUE default_write_struct_begin(VALUE protocol, VALUE struct_name) {
133 rb_funcall(protocol, write_struct_begin_method_id, 1, struct_name);
134 return Qnil;
135}
136
137VALUE default_write_struct_end(VALUE protocol) {
138 rb_funcall(protocol, write_struct_end_method_id, 0);

Callers 2

rb_thrift_struct_writeFunction · 0.85
rb_thrift_union_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected