Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ R_init_testRcppModule
Function
R_init_testRcppModule
inst/tinytest/testRcppModule/src/init.c:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
void R_init_testRcppModule(DllInfo *dll) {
25
R_registerRoutines(dll, NULL, CallEntries, NULL, NULL);
26
R_useDynamicSymbols(dll, FALSE);
27
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected