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

Method first

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

Source from the content-addressed store, hash-verified

113}
114
115public Object first(){
116 seq();
117 if(s == null)
118 return null;
119 return s.first();
120}
121
122public ISeq next(){
123 seq();

Callers

nothing calls this directly

Calls 2

seqMethod · 0.95
firstMethod · 0.65

Tested by

no test coverage detected