Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ size
Method
size
src/main/java/groovy/util/Iterators.java:410–413 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
408
}
409
410
private
int
size() {
411
if
(source.hasNext())
return
Integer.MAX_VALUE;
412
return
cache.size();
413
}
414
}
415
}
Callers
nothing calls this directly
Calls
2
size
Method · 0.65
hasNext
Method · 0.45
Tested by
no test coverage detected