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/Range.java:156–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
public
ISeq chunkedNext() {
157
return
chunkedMore().seq();
158
}
159
160
public
ISeq chunkedMore() {
161
forceChunk();
Callers
1
next
Method · 0.95
Calls
2
chunkedMore
Method · 0.95
seq
Method · 0.65
Tested by
no test coverage detected