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/Range.java:151–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
public
IChunk chunkedFirst() {
152
forceChunk();
153
return
_chunk;
154
}
155
156
public
ISeq chunkedNext() {
157
return
chunkedMore().seq();
Callers
nothing calls this directly
Calls
1
forceChunk
Method · 0.95
Tested by
no test coverage detected