Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ exists
Method
exists
inst/include/Rcpp/proxy/Binding.h:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
return env.bindingIsLocked(name) ;
37
}
38
inline bool exists() const {
39
return env.exists(name) ;
40
}
41
void lock() {
42
env.lockBinding(name) ;
43
}
Callers
2
runit_exists
Function · 0.45
exists
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected