Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ run
Method
run
inst/include/Rcpp/Module.h:482–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
FunctionFinalizer( Pointer p ) : finalizer(p){} ;
481
482
virtual void run(Class* object){
483
finalizer( object ) ;
484
}
485
486
private:
487
Pointer finalizer ;
Callers
1
run_finalizer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected