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/LazySeq.java:122–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
public
ISeq next(){
123
seq();
124
if
(s == null)
125
return
null;
126
return
s.next();
127
}
128
129
public
ISeq more(){
130
seq();
Callers
nothing calls this directly
Calls
2
seq
Method · 0.95
next
Method · 0.65
Tested by
no test coverage detected