MCPcopy 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

testSimpleGraphCopyMethod · 0.65
breadthFirstMethod · 0.65
breadthFirstMaxIterMethod · 0.65
executeMethod · 0.65
propagateMethod · 0.65
doSolveForwardMethod · 0.65
getReturnSitesOfMethod · 0.65
getAllocateesMethod · 0.65
initMethod · 0.65
reachableNodesFromMethod · 0.65
SimpleGraphMethod · 0.65
computeMethod · 0.65

Calls

no outgoing calls

Tested by 1

testSimpleGraphCopyMethod · 0.52