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

Method withMeta

src/jvm/clojure/lang/APersistentVector.java:544–548  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

542 }
543
544 public APersistentVector.Seq withMeta(IPersistentMap meta){
545 if(meta() == meta)
546 return this;
547 return new APersistentVector.Seq(meta, v, i);
548 }
549
550 public Object reduce(IFn f) {
551 Object ret = v.nth(i);

Callers

nothing calls this directly

Calls 1

metaMethod · 0.65

Tested by

no test coverage detected