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

Method isExportedFunction

src/attributes.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 const Function& function() const { return function_; }
350
351 bool isExportedFunction() const {
352 return (name() == kExportAttribute) && !function().empty();
353 }
354
355 std::string exportedName() const {
356

Callers 3

doWriteFunctionsMethod · 0.80
generateCppFunction · 0.80
generateRMethod · 0.80

Calls 2

functionFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected