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

Method get_formals

inst/include/Rcpp/module/CppFunction.h:75–75  ·  view source on GitHub ↗

* formal arguments */

Source from the content-addressed store, hash-verified

73 * formal arguments
74 */
75 virtual SEXP get_formals(){ return R_NilValue; }
76
77 /**
78 * The actual function pointer, as a catch all function pointer

Callers 1

get_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected