Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ chunkedNext
Method
chunkedNext
src/jvm/clojure/lang/LongRange.java:125–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
public
ISeq chunkedNext() {
126
return
chunkedMore().seq();
127
}
128
129
public
ISeq chunkedMore() {
130
if
(count <= CHUNK_SIZE) {
Callers
nothing calls this directly
Calls
2
chunkedMore
Method · 0.95
seq
Method · 0.65
Tested by
no test coverage detected