Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getThreadBindingFrame
Method
getThreadBindingFrame
src/jvm/clojure/lang/Var.java:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
//IPersistentMap _meta;
95
96
public
static
Object getThreadBindingFrame(){
97
return
dvals.get();
98
}
99
100
public
static
Object cloneThreadBindingFrame(){
101
return
dvals.get().clone();
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected