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

Function get_Rcpp_namespace

inst/include/Rcpp/routines.h:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 inline attribute_hidden SEXP get_Rcpp_namespace() {
122 typedef SEXP (*Fun)(void);
123 static Fun fun = GET_CALLABLE("get_Rcpp_namespace");
124 return fun();
125 }
126
127 }
128

Callers 2

Reference_ImplFunction · 0.70
Rcpp_namespaceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected