Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ bar
Function
bar
inst/tinytest/cpp/embeddedR2.cpp:26–28 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
24
25
// [[Rcpp::export]]
26
int bar(){
27
return 42 ;
28
}
29
30
/*** R
31
x <- foo()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected