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