Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ bar
Function
bar
inst/tinytest/testRcppClass/src/rcpp_module.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <Rcpp.h>
4
5
int bar(int x) {
6
return x*2;
7
}
8
9
double foo(int x, double y) {
10
return x * y;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected