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/Var.java:201–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
final
public
Object deref(){
202
TBox b = getThreadBinding();
203
if
(b != null)
204
return
b.val;
205
return
root;
206
}
207
208
public
void
setValidator(IFn vf){
209
if
(hasRoot())
Callers
3
get
Method · 0.95
alter
Method · 0.95
fn
Method · 0.95
Calls
1
getThreadBinding
Method · 0.95
Tested by
no test coverage detected