Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ShiftLeftSecurity/overflowdb
/ id
Method
id
core/src/main/java/overflowdb/Node.java:49–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
public
abstract long id();
50
51
/* adjacent OUT nodes (all labels) */
52
public
abstract Iterator<Node> out();
Callers
15
packEdgesForOneLabel
Method · 0.95
compact
Method · 0.95
shouldDeepCloneGraph
Method · 0.95
shouldCorrectlyCloneEdgeOrders
Method · 0.95
removeEdgeComplexAfterSerialization
Method · 0.95
greenField
Method · 0.95
convertCustomTypes
Method · 0.95
persistToFileIfStorageConfigured
Method · 0.95
shouldLoadOldStorageFormatWhenAddingEdgeType
Method · 0.95
copyTo
Method · 0.45
remove
Method · 0.45
equals
Method · 0.45
Calls
no outgoing calls
Tested by
8
shouldDeepCloneGraph
Method · 0.76
shouldCorrectlyCloneEdgeOrders
Method · 0.76
removeEdgeComplexAfterSerialization
Method · 0.76
greenField
Method · 0.76
convertCustomTypes
Method · 0.76
persistToFileIfStorageConfigured
Method · 0.76
shouldLoadOldStorageFormatWhenAddingEdgeType
Method · 0.76
serializeNode
Method · 0.36