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

Method cons

src/jvm/clojure/lang/LazySeq.java:136–138  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

134}
135
136public ISeq cons(Object o){
137 return RT.cons(o, seq());
138}
139
140public IPersistentCollection empty(){
141 return PersistentList.EMPTY;

Callers

nothing calls this directly

Calls 2

consMethod · 0.95
seqMethod · 0.95

Tested by

no test coverage detected