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/LazySeq.java:102–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
public
final
ISeq seq(){
103
if
(lock != null)
104
realize();
105
return
s;
106
}
107
108
public
int
count(){
109
int
c = 0;
Callers
13
withMeta
Method · 0.95
count
Method · 0.95
first
Method · 0.95
next
Method · 0.95
more
Method · 0.95
cons
Method · 0.95
equiv
Method · 0.95
hashCode
Method · 0.95
equals
Method · 0.95
toArray
Method · 0.95
isEmpty
Method · 0.95
contains
Method · 0.95
Calls
1
realize
Method · 0.95
Tested by
no test coverage detected