Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
174
public
void
touch(){
175
LockingTransaction.getEx().doEnsure(this);
176
}
177
178
//*/
179
boolean isBound(){
Callers
nothing calls this directly
Calls
2
getEx
Method · 0.95
doEnsure
Method · 0.80
Tested by
no test coverage detected