MCPcopy 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
191public boolean isBound(){
192 return hasRoot() || (threadBound.get() && dvals.get().bindings.containsKey(this));
193}
194
195final public Object get(){
196 if(!threadBound.get())

Callers 9

parseMethod · 0.45
registerConstantMethod · 0.45
registerKeywordMethod · 0.45
addAnnotationMethod · 0.45
registerVarMethod · 0.45
referenceLocalMethod · 0.45
printMethod · 0.45
baseLoaderMethod · 0.45

Calls 3

hasRootMethod · 0.95
getMethod · 0.65
containsKeyMethod · 0.65

Tested by

no test coverage detected