Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ create
Method
create
src/jvm/clojure/lang/Var.java:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
168
169
public
static
Var create(){
170
return
new
Var(null, null);
171
}
172
173
public
static
Var create(Object root){
174
return
new
Var(null, null, root);
Callers
4
Compiler
Class · 0.95
LispReader
Class · 0.95
keys
Method · 0.45
vals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected