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

Method getThreadBinding

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

Source from the content-addressed store, hash-verified

357}
358
359public final TBox getThreadBinding(){
360 if(threadBound.get())
361 {
362 IMapEntry e = dvals.get().bindings.entryAt(this);
363 if(e != null)
364 return (TBox) e.val();
365 }
366 return null;
367}
368
369final public IFn fn(){
370 return (IFn) deref();

Callers 2

derefMethod · 0.95
setMethod · 0.95

Calls 3

valMethod · 0.95
getMethod · 0.65
entryAtMethod · 0.65

Tested by

no test coverage detected