MCPcopy 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
38void clearWorld( ModRefWorld* w ){
39 w->set( "" );
40}
41
42RCPP_MODULE(modrefmodule){
43 class_<ModRefWorld>( "ModRefWorld" )

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected