MCPcopy 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
67synchronized public IRef removeWatch(Object key){
68 watches = watches.without(key);
69 return this;
70}
71
72public void notifyWatches(Object oldval, Object newval){
73 IPersistentMap ws = watches;

Callers

nothing calls this directly

Calls 1

withoutMethod · 0.65

Tested by

no test coverage detected