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

Method withMeta

src/jvm/clojure/lang/LazySeq.java:41–45  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

39}
40
41public Obj withMeta(IPersistentMap meta){
42 if(meta() == meta)
43 return this;
44 return new LazySeq(meta, seq());
45}
46
47// MUST be locked when called!
48final private void force() {

Callers

nothing calls this directly

Calls 2

seqMethod · 0.95
metaMethod · 0.65

Tested by

no test coverage detected