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