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

Method getOutEdgesOf

src/main/java/pascal/taie/analysis/graph/cfg/CFG.java:87–87  ·  view source on GitHub ↗

@return outgoing edges of the given node.

(N node)

Source from the content-addressed store, hash-verified

85 * @return outgoing edges of the given node.
86 */
87 @Override
88 Set<CFGEdge<N>> getOutEdgesOf(N node);
89}

Callers 9

transferEdgeMethod · 0.65
initializeBackwardMethod · 0.65
doSolveBackwardMethod · 0.65
ObjectFlowGraphMethod · 0.65
analyzeMethod · 0.65
getOutEdgesMethod · 0.65
getOutEdgesOfMethod · 0.65
getOutEdgesOfMethod · 0.65
propagateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected