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