Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getExit
Method
getExit
src/main/java/pascal/taie/analysis/graph/cfg/CFG.java:56–56 ·
view source on GitHub ↗
@return the exit node of this CFG.
()
Source
from the content-addressed store, hash-verified
54
* @
return
the exit node of this CFG.
55
*/
56
N getExit();
57
58
/**
59
* @
return
true
if
the given node is the entry of this CFG, otherwise false.
Callers
6
initializeBackward
Method · 0.65
initializeBackward
Method · 0.65
getExitOf
Method · 0.65
getNode
Method · 0.65
buildNormalEdges
Method · 0.65
buildExceptionalEdges
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected