MCPcopy Create free account
hub / github.com/ShiftLeftSecurity/overflowdb / nodeCount

Method nodeCount

core/src/main/java/overflowdb/Graph.java:251–253  ·  view source on GitHub ↗

overall number of nodes

()

Source from the content-addressed store, hash-verified

249
250 /** overall number of nodes */
251 public int nodeCount() {
252 return nodes.size();
253 }
254
255 /** number of nodes for given label */
256 public int nodeCount(String label) {

Callers 15

toStringMethod · 0.95
elementCountsMethod · 0.95
shouldDeepCloneGraphMethod · 0.95
copyToMethod · 0.80
compareMethod · 0.80
assertNodeCountMethod · 0.80
removeNodeSimpleMethod · 0.80
assertNodeCountMethod · 0.80
greenFieldMethod · 0.80

Calls 2

cardinalityMethod · 0.80
sizeMethod · 0.65