Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isBound
Method
isBound
src/jvm/clojure/lang/Var.java:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
public
boolean isBound(){
192
return
hasRoot() || (threadBound.get() && dvals.get().bindings.containsKey(this));
193
}
194
195
final
public
Object get(){
196
if
(!threadBound.get())
Callers
9
parse
Method · 0.45
registerConstant
Method · 0.45
registerKeyword
Method · 0.45
addAnnotation
Method · 0.45
addParameterAnnotation
Method · 0.45
registerVar
Method · 0.45
referenceLocal
Method · 0.45
print
Method · 0.45
baseLoader
Method · 0.45
Calls
3
hasRoot
Method · 0.95
get
Method · 0.65
containsKey
Method · 0.65
Tested by
no test coverage detected