Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ clone
Method
clone
src/jvm/clojure/lang/Var.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
protected
Object clone() {
66
return
new
Frame(this.bindings, null);
67
}
68
69
}
70
Callers
12
assoc
Method · 0.80
cloneThreadBindingFrame
Method · 0.80
ensureEditable
Method · 0.80
cloneAndSet
Method · 0.80
assoc
Method · 0.80
doAssoc
Method · 0.80
pushTail
Method · 0.80
popTail
Method · 0.80
ensureEditable
Method · 0.80
editableRoot
Method · 0.80
aclone
Method · 0.80
getArgumentTypes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected