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

Method getNumberOfNodes

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

@return the number of the nodes in this graph.

()

Source from the content-addressed store, hash-verified

106 * @return the number of the nodes in this graph.
107 */
108 default int getNumberOfNodes() {
109 return getNodes().size();
110 }
111

Callers 14

testSimpleGraphMethod · 0.80
testSimpleGraphCopyMethod · 0.80
testSimpleGraphRemoveMethod · 0.80
testMergedSCCMethod · 0.80
initializeMethod · 0.80
analyzeMethod · 0.80
analyzeMethod · 0.80
ObjectAllocationGraphMethod · 0.80
initMethod · 0.80
computeMethod · 0.80
validateMethod · 0.80
DominatorFinderMethod · 0.80

Calls

no outgoing calls

Tested by 4

testSimpleGraphMethod · 0.64
testSimpleGraphCopyMethod · 0.64
testSimpleGraphRemoveMethod · 0.64
testMergedSCCMethod · 0.64