| 152 | } |
| 153 | |
| 154 | static SEXP Coerce(SEXP alt, int type) { |
| 155 | return Rf_coerceVector(Impl::Materialize(alt), type); |
| 156 | } |
| 157 | |
| 158 | static SEXP Serialized_state(SEXP alt) { return Impl::Materialize(alt); } |
| 159 |
nothing calls this directly
no test coverage detected