Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ iterator
Method
iterator
src/test/resources/pta/taint/TwoObjectTaint.java:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
Iterator iterator() {
28
return
new
ListIterator();
29
}
30
31
class
ListIterator implements Iterator {
32
public
String next() {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected