Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ chunkedNext
Method
chunkedNext
src/jvm/clojure/lang/ChunkedCons.java:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
ISeq chunkedNext(){
61
return
chunkedMore().seq();
62
}
63
64
public
ISeq chunkedMore(){
65
if
(_more == null)
Callers
1
next
Method · 0.95
Calls
2
chunkedMore
Method · 0.95
seq
Method · 0.65
Tested by
no test coverage detected