MCPcopy Index your code
hub / github.com/clojure/clojure / hasRoot

Method hasRoot

src/jvm/clojure/lang/Var.java:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273final public boolean hasRoot(){
274 return !(root instanceof Unbound);
275}
276
277//binding root always clears macro flag
278synchronized public void bindRoot(Object root){

Callers 3

internMethod · 0.95
isBoundMethod · 0.95
setValidatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected