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

Method withMeta

src/jvm/clojure/lang/PersistentTreeMap.java:852–856  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

850 }
851
852 public Obj withMeta(IPersistentMap meta){
853 if(meta() == meta)
854 return this;
855 return new Seq(meta, stack, asc, cnt);
856 }
857}
858
859static public class NodeIterator implements Iterator{

Callers

nothing calls this directly

Calls 1

metaMethod · 0.65

Tested by

no test coverage detected