Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isDynamic
Method
isDynamic
src/jvm/clojure/lang/Var.java:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
public
final
boolean isDynamic(){
119
return
dynamic;
120
}
121
122
public
static
Var intern(Namespace ns, Symbol sym, Object root){
123
return
intern(ns, sym, root, true);
Callers
2
parse
Method · 0.95
emitVarValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected