Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
273
final
public
boolean hasRoot(){
274
return
!(root instanceof Unbound);
275
}
276
277
//binding root always clears macro flag
278
synchronized
public
void
bindRoot(Object root){
Callers
3
intern
Method · 0.95
isBound
Method · 0.95
setValidator
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected