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

Method seq

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

Source from the content-addressed store, hash-verified

123}
124
125public ISeq seq(){
126 if(f == null)
127 return null;
128 return new Seq(f, RT.seq(r));
129}
130
131public PersistentQueue cons(Object o){
132 if(f == null) //empty

Callers 5

equivMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toArrayMethod · 0.95
containsMethod · 0.95

Calls 1

seqMethod · 0.95

Tested by

no test coverage detected