* constructs a XPtr wrapping the external pointer (EXTPTRSXP SEXP) * * @param xp external pointer to wrap */
| 76 | * @param xp external pointer to wrap |
| 77 | */ |
| 78 | explicit XPtr(SEXP x) { checked_set(x); }; |
| 79 | |
| 80 | /** |
| 81 | * constructs a XPtr wrapping the external pointer (EXTPTRSXP SEXP) |
nothing calls this directly
no outgoing calls
no test coverage detected