Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ cloneThreadBindingFrame
Method
cloneThreadBindingFrame
src/jvm/clojure/lang/Var.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
public
static
Object cloneThreadBindingFrame(){
101
return
dvals.get().clone();
102
}
103
104
public
static
void
resetThreadBindingFrame(Object frame){
105
dvals.set((Frame) frame);
Callers
nothing calls this directly
Calls
2
clone
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected