Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hasNext
Method
hasNext
src/jvm/clojure/lang/TransformerIterator.java:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
public
boolean hasNext() {
97
return
step();
98
}
99
100
public
Object next() {
101
if
(hasNext()) {
Callers
3
next
Method · 0.95
step
Method · 0.45
hasNext
Method · 0.45
Calls
1
step
Method · 0.95
Tested by
no test coverage detected