Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ count
Method
count
src/jvm/clojure/lang/LazySeq.java:108–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
public
int
count(){
109
int
c = 0;
110
for
(ISeq s = seq(); s != null; s = s.next())
111
++c;
112
return
c;
113
}
114
115
public
Object first(){
116
seq();
Callers
1
size
Method · 0.95
Calls
2
seq
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected