Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ World
Method
World
inst/skeleton/rcpp_module.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
class World {
49
public:
50
World() : msg(
"hello"
) {}
51
void set(std::string msg) { this->msg = msg; }
52
std::string greet() { return msg; }
53
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected