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

Function function_cons_env

inst/tinytest/cpp/Function.cpp:29–31  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

27
28// [[Rcpp::export]]
29Function function_cons_env(std::string x, SEXP env) {
30 return Function(x, env);
31}
32
33// [[Rcpp::export]]
34Function function_cons_ns(std::string x, std::string ns) {

Callers

nothing calls this directly

Calls 1

FunctionClass · 0.85

Tested by

no test coverage detected