Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ resetThreadBindingFrame
Method
resetThreadBindingFrame
src/jvm/clojure/lang/Var.java:104–106 ·
view source on GitHub ↗
(Object frame)
Source
from the content-addressed store, hash-verified
102
}
103
104
public
static
void
resetThreadBindingFrame(Object frame){
105
dvals.set((Frame) frame);
106
}
107
108
public
Var setDynamic(){
109
this.dynamic = true;
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected