MCPcopy
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

1module.exports = intersectNode;
2
3function intersectNode(node, point) {
4 return node.intersect(point);
5}

Callers 1

calcPointsFunction · 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…