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

Method meta

src/jvm/clojure/lang/PersistentTreeMap.java:505–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503}
504
505public IPersistentMap meta(){
506 return _meta;
507}
508
509static abstract class Node extends AMapEntry{
510 final Object key;

Callers 4

assocExMethod · 0.95
assocMethod · 0.95
withoutMethod · 0.95
emptyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected