| 130 | // getHeaderVersion |
| 131 | std::string getHeaderVersion(); |
| 132 | RcppExport SEXP _Rblpapi_getHeaderVersion() { |
| 133 | BEGIN_RCPP |
| 134 | Rcpp::RObject rcpp_result_gen; |
| 135 | Rcpp::RNGScope rcpp_rngScope_gen; |
| 136 | rcpp_result_gen = Rcpp::wrap(getHeaderVersion()); |
| 137 | return rcpp_result_gen; |
| 138 | END_RCPP |
| 139 | } |
| 140 | // getRuntimeVersion |
| 141 | std::string getRuntimeVersion(); |
| 142 | RcppExport SEXP _Rblpapi_getRuntimeVersion() { |
nothing calls this directly
no test coverage detected