| 660 | } |
| 661 | } |
| 662 | inline void setData() { |
| 663 | RCPP_STRING_DEBUG("setData"); |
| 664 | if (!valid) { |
| 665 | data = get_sexp_impl(); |
| 666 | token = Rcpp_PreciousPreserve(data); |
| 667 | valid = true; |
| 668 | } |
| 669 | } |
| 670 | template <typename T> void append(const T& s) { buffer += s;} |
| 671 | }; |
| 672 |
nothing calls this directly
no test coverage detected