Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get
Method
get
inst/tinytest/cpp/wrap.cpp:278–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
Foo() : x(0.0){}
277
Foo( double x_ ) : x(x_){}
278
double get() { return x ; }
279
private:
280
double x ;
281
} ;
Callers
4
xptr_access_released
Function · 0.45
runit_get
Function · 0.45
runit_get_symbol
Function · 0.45
testNullableGet
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected