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

Method seq

src/jvm/clojure/lang/APersistentVector.java:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33public ISeq seq(){
34 if(count() > 0)
35 return new Seq(this, 0);
36 return null;
37}
38
39public ISeq rseq(){
40 if(count() > 0)

Callers 2

toArrayMethod · 0.95
containsMethod · 0.95

Calls 1

countMethod · 0.65

Tested by

no test coverage detected