Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ iterator
Method
iterator
src/main/java/pascal/taie/util/graph/Graph.java:112–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
@Override
113
default Iterator<N> iterator() {
114
return
getNodes().iterator();
115
}
Callers
15
iterator
Method · 0.65
poll
Method · 0.65
peek
Method · 0.65
EntryIterator
Method · 0.65
advanceKey1
Method · 0.65
EntryIterator
Method · 0.65
advanceKey1
Method · 0.65
TwoKeyIterator
Method · 0.65
advanceKey1
Method · 0.65
iterator
Method · 0.65
iterator
Method · 0.65
FilteredIterator
Class · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected