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

Method cons

src/jvm/clojure/lang/AMapEntry.java:46–48  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

44}
45
46public IPersistentVector cons(Object o){
47 return asVector().cons(o);
48}
49
50public IPersistentCollection empty(){
51 return null;

Callers

nothing calls this directly

Calls 2

asVectorMethod · 0.95
consMethod · 0.65

Tested by

no test coverage detected