MCPcopy 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

assocMethod · 0.80
ensureEditableMethod · 0.80
cloneAndSetMethod · 0.80
assocMethod · 0.80
doAssocMethod · 0.80
pushTailMethod · 0.80
popTailMethod · 0.80
ensureEditableMethod · 0.80
editableRootMethod · 0.80
acloneMethod · 0.80
getArgumentTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected