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

Method seq

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

Source from the content-addressed store, hash-verified

100}
101
102public final ISeq seq(){
103 if(lock != null)
104 realize();
105 return s;
106}
107
108public int count(){
109 int c = 0;

Callers 13

withMetaMethod · 0.95
countMethod · 0.95
firstMethod · 0.95
nextMethod · 0.95
moreMethod · 0.95
consMethod · 0.95
equivMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
toArrayMethod · 0.95
isEmptyMethod · 0.95
containsMethod · 0.95

Calls 1

realizeMethod · 0.95

Tested by

no test coverage detected