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

Function getCurrentScope

src/module.cpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227Rcpp::Module* getCurrentScope() {
228 return Rcpp::current_scope;
229}
230void setCurrentScope(Rcpp::Module* scope) {
231 Rcpp::current_scope = scope;
232}

Callers 4

~enum_Method · 0.85
functionFunction · 0.85
get_instanceMethod · 0.85
class_Class · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected