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

Method isEntry

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

@return true if the given node is the entry of this CFG, otherwise false.

(N node)

Source from the content-addressed store, hash-verified

59 * @return true if the given node is the entry of this CFG, otherwise false.
60 */
61 boolean isEntry(N node);
62
63 /**
64 * @return true if the given node is the exit of this CFG, otherwise false.

Callers 5

initializeForwardMethod · 0.65
doSolveForwardMethod · 0.65
initializeForwardMethod · 0.65
getIndexMethod · 0.65
toLabelMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected