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

Method active

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

Source from the content-addressed store, hash-verified

30 env(env_), name(name_){}
31
32 inline bool active() const {
33 return env.bindingIsActive(name) ;
34 }
35 inline bool locked() const {
36 return env.bindingIsLocked(name) ;
37 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected