Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ShiftLeftSecurity/overflowdb
/ inNode
Method
inNode
core/src/main/java/overflowdb/Edge.java:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public
NodeRef inNode() {
52
return
inNode;
53
}
54
55
public
Iterator<NodeRef> bothNodes() {
56
return
IteratorUtils.from(outNode, inNode);
Callers
4
overviewTest
Method · 0.95
serializeWithEdge
Method · 0.95
copyTo
Method · 0.80
shouldLoadOldStorageFormatWhenAddingEdgeType
Method · 0.80
Calls
no outgoing calls
Tested by
3
overviewTest
Method · 0.76
serializeWithEdge
Method · 0.76
shouldLoadOldStorageFormatWhenAddingEdgeType
Method · 0.64