Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ function_
Function
function_
inst/tinytest/cpp/Function.cpp:26–26 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
24
25
// [[Rcpp::export]]
26
Function function_(SEXP x){ return Function(x) ; }
27
28
// [[Rcpp::export]]
29
Function function_cons_env(std::string x, SEXP env) {
Callers
nothing calls this directly
Calls
1
Function
Class · 0.85
Tested by
no test coverage detected