MCPcopy Create free account
hub / github.com/Rblp/Rblpapi / _Rblpapi_getHeaderVersion

Function _Rblpapi_getHeaderVersion

src/RcppExports.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130// getHeaderVersion
131std::string getHeaderVersion();
132RcppExport SEXP _Rblpapi_getHeaderVersion() {
133BEGIN_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;
138END_RCPP
139}
140// getRuntimeVersion
141std::string getRuntimeVersion();
142RcppExport SEXP _Rblpapi_getRuntimeVersion() {

Callers

nothing calls this directly

Calls 1

getHeaderVersionFunction · 0.85

Tested by

no test coverage detected