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

Method more

src/jvm/clojure/lang/LazySeq.java:129–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129public ISeq more(){
130 seq();
131 if(s == null)
132 return PersistentList.EMPTY;
133 return s.more();
134}
135
136public ISeq cons(Object o){
137 return RT.cons(o, seq());

Callers

nothing calls this directly

Calls 2

seqMethod · 0.95
moreMethod · 0.65

Tested by

no test coverage detected