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

Method withMeta

src/jvm/clojure/lang/PersistentArrayMap.java:55–59  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

53}
54
55public PersistentArrayMap withMeta(IPersistentMap meta){
56 if(meta() == meta)
57 return this;
58 return new PersistentArrayMap(meta, array);
59}
60
61PersistentArrayMap create(Object... init){
62 return new PersistentArrayMap(meta(), init);

Callers

nothing calls this directly

Calls 1

metaMethod · 0.95

Tested by

no test coverage detected