Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ chunkedSeq
Method
chunkedSeq
src/jvm/clojure/lang/PersistentVector.java:282–286 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
}
281
282
public
IChunkedSeq chunkedSeq(){
283
if
(count() == 0)
284
return
null;
285
return
new
ChunkedSeq(this,0,0);
286
}
287
288
public
ISeq seq(){
289
return
chunkedSeq();
Callers
1
seq
Method · 0.95
Calls
1
count
Method · 0.95
Tested by
no test coverage detected