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

Method get

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

Source from the content-addressed store, hash-verified

193}
194
195final public Object get(){
196 if(!threadBound.get())
197 return root;
198 return deref();
199}
200
201final public Object deref(){
202 TBox b = getThreadBinding();

Callers 2

InvokeExprMethod · 0.95
analyzeSymbolMethod · 0.95

Calls 2

derefMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected