MCPcopy Create free account
hub / github.com/LFYSec/MScan / getPredsOf

Method getPredsOf

src/main/java/pascal/taie/util/graph/Graph.java:63–63  ·  view source on GitHub ↗

@return the predecessors of given node in this graph.

(N node)

Source from the content-addressed store, hash-verified

61 * @return the predecessors of given node in this graph.
62 */
63 Set<N> getPredsOf(N node);
64
65 /**
66 * @return the successors of given node in this graph.

Callers 7

doSolveBackwardMethod · 0.65
getFlowNodesMethod · 0.65
nodesCanReachMethod · 0.65
getSuccsOfMethod · 0.65
findDominatorsMethod · 0.65
visitMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected