Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ next
Method
next
src/jvm/clojure/lang/ChunkedCons.java:42–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
ISeq next(){
43
if
(chunk.count() > 1)
44
return
new
ChunkedCons(chunk.dropFirst(), _more);
45
return
chunkedNext();
46
}
47
48
public
ISeq more(){
49
if
(chunk.count() > 1)
Callers
nothing calls this directly
Calls
3
chunkedNext
Method · 0.95
count
Method · 0.65
dropFirst
Method · 0.65
Tested by
no test coverage detected