Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ reset
Method
reset
src/jvm/clojure/lang/IAtom.java:26–26 ·
view source on GitHub ↗
(Object newval)
Source
from the content-addressed store, hash-verified
24
boolean compareAndSet(Object oldv, Object newv);
25
26
Object reset(Object newval);
27
}
Callers
1
peekChar
Method · 0.65
Implementers
1
Atom
src/jvm/clojure/lang/Atom.java
Calls
no outgoing calls
Tested by
no test coverage detected