Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dagrejs/dagre-d3
/ intersectNode
Function
intersectNode
lib/intersect/intersect-node.js:3–5 ·
view source on GitHub ↗
(node, point)
Source
from the content-addressed store, hash-verified
1
module.exports = intersectNode;
2
3
function
intersectNode(node, point) {
4
return
node.intersect(point);
5
}
Callers
1
calcPoints
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…