Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ get
Method
get
src/jvm/clojure/lang/Var.java:195–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
final
public
Object get(){
196
if
(!threadBound.get())
197
return
root;
198
return
deref();
199
}
200
201
final
public
Object deref(){
202
TBox b = getThreadBinding();
Callers
2
InvokeExpr
Method · 0.95
analyzeSymbol
Method · 0.95
Calls
2
deref
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected