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

Method withMeta

src/jvm/clojure/lang/Symbol.java:97–101  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

95}
96
97public IObj withMeta(IPersistentMap meta){
98 if(meta() == meta)
99 return this;
100 return new Symbol(meta, ns, name);
101}
102
103private Symbol(IPersistentMap meta, String ns, String name){
104 this.name = name;

Callers

nothing calls this directly

Calls 1

metaMethod · 0.95

Tested by

no test coverage detected