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

Method isHidden

src/attributes.cpp:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 std::string signature(const std::string& name) const;
261
262 bool isHidden() const {
263 return name().find_first_of('.') == 0;
264 } // #nocov end
265
266 bool empty() const { return name().empty(); }
267

Callers 1

doWriteFunctionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected