| 24 | #include <constants.h> |
| 25 | |
| 26 | VALUE force_binary_encoding(VALUE buffer) { |
| 27 | return rb_funcall(thrift_bytes_module, force_binary_encoding_id, 1, buffer); |
| 28 | } |
| 29 | |
| 30 | VALUE convert_to_utf8_byte_buffer(VALUE string) { |
| 31 | return rb_funcall(thrift_bytes_module, convert_to_utf8_byte_buffer_id, 1, string); |
no outgoing calls
no test coverage detected