Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ removeWatch
Method
removeWatch
src/jvm/clojure/lang/ARef.java:67–70 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
65
}
66
67
synchronized
public
IRef removeWatch(Object key){
68
watches = watches.without(key);
69
return
this;
70
}
71
72
public
void
notifyWatches(Object oldval, Object newval){
73
IPersistentMap ws = watches;
Callers
nothing calls this directly
Calls
1
without
Method · 0.65
Tested by
no test coverage detected