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

Function get_Rcpp_namespace

src/barrier.cpp:161–163  ·  view source on GitHub ↗

[[Rcpp::register]]

Source from the content-addressed store, hash-verified

159 namespace internal {
160 // [[Rcpp::register]]
161 SEXP get_Rcpp_namespace() {
162 return VECTOR_ELT(get_rcpp_cache() , 0);
163 }
164 }
165}
166

Callers

nothing calls this directly

Calls 1

get_rcpp_cacheFunction · 0.85

Tested by

no test coverage detected