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

Method source

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

@return the source node of the edge.

()

Source from the content-addressed store, hash-verified

35 * @return the source node of the edge.
36 */
37 N source();
38
39 /**
40 * @return the target node of the edge.

Callers 15

clearUnusedResultsMethod · 0.65
transferEdgeMethod · 0.65
findNullDerefMethod · 0.65
transferCallEdgeMethod · 0.65
doSolveMethod · 0.65
initializeForwardMethod · 0.65
doSolveForwardMethod · 0.65
needTransferEdgeMethod · 0.65
transferEdgeMethod · 0.65
ObjectFlowGraphMethod · 0.65
NormalEdgeMethod · 0.65

Implementers 3

MethodEdgesrc/main/java/pascal/taie/analysis/gra
PointerFlowEdgesrc/main/java/pascal/taie/analysis/pta
AbstractEdgesrc/main/java/pascal/taie/util/graph/A

Calls

no outgoing calls

Tested by

no test coverage detected