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

Method getCallee

src/main/java/pascal/taie/analysis/graph/callgraph/Edge.java:67–69  ·  view source on GitHub ↗

@return the callee method (i.e., the target) of the call edge.

()

Source from the content-addressed store, hash-verified

65 * @return the callee method (i.e., the target) of the call edge.
66 */
67 public Method getCallee() {
68 return callee;
69 }
70
71 @Override
72 public boolean equals(Object o) {

Callers 14

transferCallEdgeMethod · 0.45
ObjectFlowGraphMethod · 0.45
addEdgeMethod · 0.45
removeContextsMethod · 0.45
onNewCallEdgeMethod · 0.45
onNewCallEdgeMethod · 0.45
onNewCallEdgeMethod · 0.45
onNewCallEdgeMethod · 0.45
passReflectiveArgsMethod · 0.45
onNewCallEdgeMethod · 0.45
onNewCallEdgeMethod · 0.45
handleNewCallEdgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected