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

Method renamedTo

src/attributes.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 Function renamedTo(const std::string& name) const { // #nocov start
256 return Function(type(), name, arguments());
257 }
258
259 std::string signature() const { return signature(name()); }
260 std::string signature(const std::string& name) const;

Callers 1

doWriteFunctionsMethod · 0.80

Calls 1

FunctionClass · 0.85

Tested by

no test coverage detected