Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSimpleGraph
Method · 0.80
testSimpleGraphCopy
Method · 0.80
testSimpleGraphRemove
Method · 0.80
testMergedSCC
Method · 0.80
initialize
Method · 0.80
analyze
Method · 0.80
analyze
Method · 0.80
ObjectAllocationGraph
Method · 0.80
init
Method · 0.80
compute
Method · 0.80
validate
Method · 0.80
DominatorFinder
Method · 0.80
Calls
no outgoing calls
Tested by
4
testSimpleGraph
Method · 0.64
testSimpleGraphCopy
Method · 0.64
testSimpleGraphRemove
Method · 0.64
testMergedSCC
Method · 0.64