Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
public
Object deref(){
30
return
state.get();
31
}
32
33
public
Object swap(IFn f) {
34
for
(; ;)
Callers
3
swap
Method · 0.95
swapVals
Method · 0.95
resetVals
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected