Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ function_cons_ns
Function
function_cons_ns
inst/tinytest/cpp/Function.cpp:34–36 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
32
33
// [[Rcpp::export]]
34
Function function_cons_ns(std::string x, std::string ns) {
35
return Function(x, ns);
36
}
37
38
// [[Rcpp::export]]
39
NumericVector function_variadic(Function sort, NumericVector y){
Callers
nothing calls this directly
Calls
1
Function
Class · 0.85
Tested by
no test coverage detected