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

Method withMeta

src/jvm/clojure/lang/PersistentVector.java:213–217  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

211}
212
213public PersistentVector withMeta(IPersistentMap meta){
214 if(meta() == meta)
215 return this;
216 return new PersistentVector(meta, cnt, shift, root, tail);
217}
218
219public IPersistentMap meta(){
220 return _meta;

Callers

nothing calls this directly

Calls 1

metaMethod · 0.95

Tested by

no test coverage detected