Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ setDynamic
Method
setDynamic
src/jvm/clojure/lang/Var.java:108–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
public
Var setDynamic(){
109
this.dynamic = true;
110
return
this;
111
}
112
113
public
Var setDynamic(boolean b){
114
this.dynamic = b;
Callers
7
parse
Method · 0.95
Compiler
Class · 0.80
eval
Method · 0.80
pushNS
Method · 0.80
pushNSandLoader
Method · 0.80
LispReader
Class · 0.80
RT
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected