MCPcopy 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

119private static final int CHUNK_SIZE = 32;
120
121public IChunk chunkedFirst() {
122 return new LongChunk(start, step, Math.min(count, CHUNK_SIZE));
123}
124
125public ISeq chunkedNext() {
126 return chunkedMore().seq();

Callers

nothing calls this directly

Calls 1

minMethod · 0.45

Tested by

no test coverage detected