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

Method has_function

inst/include/Rcpp/module/Module.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 inline bool has_function( const std::string& m){ // #nocov start
202 return functions.find(m) != functions.end() ;
203 }
204
205 inline bool has_class( const std::string& m){
206 return classes.find(m) != classes.end() ;

Callers 1

RCPP_FUN_2Function · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected