Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
125
public
ISeq seq(){
126
if
(f == null)
127
return
null;
128
return
new
Seq(f, RT.seq(r));
129
}
130
131
public
PersistentQueue cons(Object o){
132
if
(f == null)
//empty
Callers
5
equiv
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
toArray
Method · 0.95
contains
Method · 0.95
Calls
1
seq
Method · 0.95
Tested by
no test coverage detected