Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ModuleTest
Method
ModuleTest
inst/tinytest/cpp/Module.cpp:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
public:
117
double value;
118
ModuleTest(double v) : value(v) {}
119
private:
120
// hiding those on purpose
121
// we work by reference or pointers here. Not by copy.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected