Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doWriteFunctions
Method · 0.80
generateCpp
Function · 0.80
generateR
Method · 0.80
Calls
2
function
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected