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

Method active

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

Source from the content-addressed store, hash-verified

75 env(env_), name(name_){}
76
77 inline bool active() const {
78 return env.bindingIsActive(name) ;
79 }
80 inline bool locked() const {
81 return env.bindingIsLocked(name) ;
82 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected