Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ bla2
Function
bla2
inst/skeleton/rcpp_module.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void bla2( int x, double y) {
45
Rprintf(
"hello (x = %d, y = %5.2f)\\n"
, x, y);
46
}
47
48
class World {
49
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected