Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ size
Method
size
src/jvm/clojure/lang/LazySeq.java:215–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
public
int
size(){
216
return
count();
217
}
218
219
public
boolean isEmpty(){
220
return
seq() == null;
Callers
nothing calls this directly
Calls
1
count
Method · 0.95
Tested by
no test coverage detected