Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ chunkedFirst
Method
chunkedFirst
src/jvm/clojure/lang/LongRange.java:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
private
static
final
int
CHUNK_SIZE = 32;
120
121
public
IChunk chunkedFirst() {
122
return
new
LongChunk(start, step, Math.min(count, CHUNK_SIZE));
123
}
124
125
public
ISeq chunkedNext() {
126
return
chunkedMore().seq();
Callers
nothing calls this directly
Calls
1
min
Method · 0.45
Tested by
no test coverage detected