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

Method getInEdgesOf

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

@return incoming edges of the given node.

(N node)

Source from the content-addressed store, hash-verified

79 * @return incoming edges of the given node.
80 */
81 @Override
82 Set<CFGEdge<N>> getInEdgesOf(N node);
83
84 /**

Callers 7

clearUnusedResultsMethod · 0.65
findNullDerefMethod · 0.65
doSolveMethod · 0.65
initializeForwardMethod · 0.65
doSolveForwardMethod · 0.65
buildExceptionalEdgesMethod · 0.65
getInEdgesOfMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected