| 770 | void reset_null_was_stripped() { nul_was_stripped_ = false; } |
| 771 | |
| 772 | void set_strip_out_nuls(bool strip_out_nuls) { strip_out_nuls_ = strip_out_nuls; } |
| 773 | |
| 774 | // convert the i'th string of the Array to an R string (CHARSXP) |
| 775 | SEXP Convert(size_t i) { |
no outgoing calls
no test coverage detected