| 184 | } |
| 185 | |
| 186 | inline attribute_hidden SEXP rcpp_set_stack_trace(SEXP e){ |
| 187 | typedef SEXP (*Fun)(SEXP); |
| 188 | static Fun fun = GET_CALLABLE("rcpp_set_stack_trace"); |
| 189 | return fun(e); |
| 190 | } |
| 191 | |
| 192 | inline attribute_hidden std::string demangle( const std::string& name){ |
| 193 | typedef std::string (*Fun)( const std::string& ); |
no outgoing calls
no test coverage detected