| 531 | |
| 532 | |
| 533 | inline void set_na() { |
| 534 | data = NA_STRING; |
| 535 | Rcpp_PreciousRelease(token); |
| 536 | token = Rcpp_PreciousPreserve(data); |
| 537 | valid = true; |
| 538 | buffer_ready = false; |
| 539 | } |
| 540 | |
| 541 | |
| 542 | inline SEXP get_sexp_impl() const { |
nothing calls this directly
no test coverage detected