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

Method touch

src/jvm/clojure/lang/Ref.java:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174public void touch(){
175 LockingTransaction.getEx().doEnsure(this);
176}
177
178//*/
179boolean isBound(){

Callers

nothing calls this directly

Calls 2

getExMethod · 0.95
doEnsureMethod · 0.80

Tested by

no test coverage detected