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/APersistentVector.java:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
public
ISeq seq(){
34
if
(count() > 0)
35
return
new
Seq(this, 0);
36
return
null;
37
}
38
39
public
ISeq rseq(){
40
if
(count() > 0)
Callers
2
toArray
Method · 0.95
contains
Method · 0.95
Calls
1
count
Method · 0.65
Tested by
no test coverage detected