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

Function force_binary_encoding

lib/rb/ext/bytes.c:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected