Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
elementCounts
Method · 0.95
shouldDeepCloneGraph
Method · 0.95
shouldLoadOldStorageFormatWhenAddingEdgeType
Method · 0.95
shouldThrowExceptionForUnsupportedProperty
Method · 0.95
shouldThrowExceptionForUnsupportedEdge
Method · 0.95
copyTo
Method · 0.80
compare
Method · 0.80
assertNodeCount
Method · 0.80
removeNodeSimple
Method · 0.80
assertNodeCount
Method · 0.80
greenField
Method · 0.80
Calls
2
cardinality
Method · 0.80
size
Method · 0.65
Tested by
12
elementCounts
Method · 0.76
shouldDeepCloneGraph
Method · 0.76
shouldLoadOldStorageFormatWhenAddingEdgeType
Method · 0.76
shouldThrowExceptionForUnsupportedProperty
Method · 0.76
shouldThrowExceptionForUnsupportedEdge
Method · 0.76
assertNodeCount
Method · 0.64
removeNodeSimple
Method · 0.64
assertNodeCount
Method · 0.64
greenField
Method · 0.64
completeGratefulDeadGraph
Method · 0.64
completeGratefulDeadGraphWithOverflowEnabled
Method · 0.64
persistToFileIfStorageConfigured
Method · 0.64