Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getSuccsOf
Method
getSuccsOf
src/main/java/pascal/taie/util/graph/Graph.java:68–68 ·
view source on GitHub ↗
@return the successors of given node in this graph.
(N node)
Source
from the content-addressed store, hash-verified
66
* @
return
the successors of given node in this graph.
67
*/
68
Set<N> getSuccsOf(N node);
69
70
/**
71
* @
return
incoming edges of the given node.
Callers
14
testSimpleGraphCopy
Method · 0.65
breadthFirst
Method · 0.65
breadthFirstMaxIter
Method · 0.65
execute
Method · 0.65
propagate
Method · 0.65
doSolveForward
Method · 0.65
getReturnSitesOf
Method · 0.65
getAllocatees
Method · 0.65
init
Method · 0.65
reachableNodesFrom
Method · 0.65
SimpleGraph
Method · 0.65
compute
Method · 0.65
Calls
no outgoing calls
Tested by
1
testSimpleGraphCopy
Method · 0.52