Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
Rcpp::Module* getCurrentScope() {
228
return Rcpp::current_scope;
229
}
230
void setCurrentScope(Rcpp::Module* scope) {
231
Rcpp::current_scope = scope;
232
}
Callers
4
~enum_
Method · 0.85
function
Function · 0.85
get_instance
Method · 0.85
class_
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected