Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ setCurrentScope
Function
setCurrentScope
src/module.cpp:230–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
return Rcpp::current_scope;
229
}
230
void setCurrentScope(Rcpp::Module* scope) {
231
Rcpp::current_scope = scope;
232
}
233
Callers
1
R_init_Rcpp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected