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

Method meta

src/jvm/clojure/lang/Obj.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31final public IPersistentMap meta(){
32 return _meta;
33}
34
35abstract public Obj withMeta(IPersistentMap meta);
36

Callers 1

printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected