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

Function RCPP_FUN_2

src/module.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 return cl->has_default_constructor();
33}
34RCPP_FUN_2(SEXP, Module__get_function, XP_Module module, std::string fun) {
35 return module->get_function(fun);
36}
37RCPP_FUN_2(bool, Class__has_method, XP_Class cl, std::string m) { // #nocov start
38 return cl->has_method(m);
39}

Callers

nothing calls this directly

Calls 9

get_functionMethod · 0.80
has_functionMethod · 0.80
has_classMethod · 0.80
has_methodMethod · 0.45
has_propertyMethod · 0.45
get_classMethod · 0.45
property_is_readonlyMethod · 0.45
property_classMethod · 0.45
run_finalizerMethod · 0.45

Tested by

no test coverage detected