Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Test_get_x_pointer
Function
Test_get_x_pointer
inst/tinytest/cpp/Module.cpp:135–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
return x->value;
134
}
135
double Test_get_x_pointer(ModuleTest* x) {
136
return x->value;
137
}
138
139
RCPP_MODULE(demoModule) {
140
function(
"hello"
, &hello);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected