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

Method deref

src/jvm/clojure/lang/Atom.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29public Object deref(){
30 return state.get();
31}
32
33public Object swap(IFn f) {
34 for(; ;)

Callers 3

swapMethod · 0.95
swapValsMethod · 0.95
resetValsMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected