Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getKind
Method
getKind
src/main/java/pascal/taie/analysis/graph/callgraph/Edge.java:53–55 ·
view source on GitHub ↗
@return kind of the call edge.
()
Source
from the content-addressed store, hash-verified
51
* @
return
kind of the call edge.
52
*/
53
public
CallKind getKind() {
54
return
kind;
55
}
56
57
/**
58
* @
return
the call site (i.e., the source) of the call edge.
Callers
15
transferEdge
Method · 0.45
findNullDeref
Method · 0.45
needTransferEdge
Method · 0.45
transferEdge
Method · 0.45
ObjectFlowGraph
Method · 0.45
build
Method · 0.45
isUnreachableBranch
Method · 0.45
removeContexts
Method · 0.45
handleNewMethodHandle
Method · 0.45
addInvokeDynamicCallEdge
Method · 0.45
onNewCallEdge
Method · 0.45
propagateExceptions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected