MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Environment_Impl

Method Environment_Impl

inst/include/Rcpp/api/meat/Environment.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <template <class> class StoragePolicy>
34Environment_Impl<StoragePolicy>::Environment_Impl( const std::string& name ){
35 Shield<SEXP> wrapped(wrap(name));
36 Shield<SEXP> env(as_environment(wrapped));
37 Storage::set__(env) ;
38}
39
40template <template <class> class StoragePolicy>
41Environment_Impl<StoragePolicy>::Environment_Impl( int pos ){

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected