MCPcopy 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
108public Var setDynamic(){
109 this.dynamic = true;
110 return this;
111}
112
113public Var setDynamic(boolean b){
114 this.dynamic = b;

Callers 7

parseMethod · 0.95
CompilerClass · 0.80
evalMethod · 0.80
pushNSMethod · 0.80
pushNSandLoaderMethod · 0.80
LispReaderClass · 0.80
RTClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected