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

Method meta

src/jvm/clojure/lang/PersistentArrayMap.java:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359}
360
361public IPersistentMap meta(){
362 return _meta;
363}
364
365static class Seq extends ASeq implements Counted, IReduce, IDrop {
366 final Object[] array;

Callers 4

withMetaMethod · 0.95
createMethod · 0.95
createHTMethod · 0.95
emptyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected