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

Method deref

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

Source from the content-addressed store, hash-verified

199}
200
201final public Object deref(){
202 TBox b = getThreadBinding();
203 if(b != null)
204 return b.val;
205 return root;
206}
207
208public void setValidator(IFn vf){
209 if(hasRoot())

Callers 3

getMethod · 0.95
alterMethod · 0.95
fnMethod · 0.95

Calls 1

getThreadBindingMethod · 0.95

Tested by

no test coverage detected