Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ clearWorld
Function
clearWorld
inst/tinytest/cpp/modref.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
};
37
38
void clearWorld( ModRefWorld* w ){
39
w->set(
""
);
40
}
41
42
RCPP_MODULE(modrefmodule){
43
class_<ModRefWorld>(
"ModRefWorld"
)
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected