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

Method meta

src/jvm/clojure/lang/PersistentVector.java:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219public IPersistentMap meta(){
220 return _meta;
221}
222
223
224public PersistentVector cons(Object val){

Callers 5

assocNMethod · 0.95
withMetaMethod · 0.95
consMethod · 0.95
emptyMethod · 0.95
popMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected