MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Rcpp_namespace

Function Rcpp_namespace

inst/include/Rcpp/Environment.h:330–332  ·  view source on GitHub ↗

* @return the Rcpp namespace */

Source from the content-addressed store, hash-verified

328 * @return the Rcpp namespace
329 */
330 static Environment_Impl Rcpp_namespace(){
331 return Rcpp::internal::get_Rcpp_namespace() ;
332 }
333
334 /**
335 * @param name the name of the package of which we want the namespace

Callers 3

runit_RcppFunction · 0.85
make_new_objectFunction · 0.85
RCPP_API_CLASSFunction · 0.85

Calls 1

get_Rcpp_namespaceFunction · 0.70

Tested by

no test coverage detected