Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ deref
Method
deref
src/jvm/clojure/lang/Ref.java:114–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
//*
113
114
public
Object deref(){
115
LockingTransaction t = LockingTransaction.getRunning();
116
if
(t == null)
117
return
currentVal();
118
return
t.doGet(this);
119
}
120
121
//void validate(IFn vf, Object val){
122
// try{
Callers
6
fn
Method · 0.95
put
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
putIfAbsent
Method · 0.95
replace
Method · 0.95
Calls
3
getRunning
Method · 0.95
currentVal
Method · 0.95
doGet
Method · 0.95
Tested by
no test coverage detected