MCPcopy Index your code
hub / github.com/clojure/clojure / invoke

Method invoke

src/jvm/clojure/lang/PersistentVector.java:56–58  ·  view source on GitHub ↗
(Object coll, Object val)

Source from the content-addressed store, hash-verified

54
55private static final IFn TRANSIENT_VECTOR_CONJ = new AFn() {
56 public Object invoke(Object coll, Object val) {
57 return ((ITransientVector)coll).conj(val);
58 }
59 public Object invoke(Object coll) {
60 return coll;
61 }

Callers

nothing calls this directly

Calls 1

conjMethod · 0.65

Tested by

no test coverage detected