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

Method withMeta

src/jvm/clojure/lang/PersistentStructMap.java:119–123  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

117}
118
119public IObj withMeta(IPersistentMap meta){
120 if(meta == _meta)
121 return this;
122 return makeNew(meta, def, vals, ext);
123}
124
125public IPersistentMap meta(){
126 return _meta;

Callers

nothing calls this directly

Calls 1

makeNewMethod · 0.95

Tested by

no test coverage detected