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

Method exists

inst/include/Rcpp/proxy/Binding.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 return env.bindingIsLocked(name) ;
82 }
83 inline bool exists() const {
84 return env.exists(name) ;
85 }
86 template <typename T> operator T() const;
87
88 private:

Callers

nothing calls this directly

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected