MCPcopy Create free account
hub / github.com/microsoft/SandDance / leafRight

Function leafRight

docs/app/js/sanddance-app.js:137471–137475  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

137469 return node;
137470}
137471function leafRight(node) {
137472 var children;
137473 while(children = node.children)node = children[children.length - 1];
137474 return node;
137475}
137476exports.default = function() {
137477 var separation = defaultSeparation, dx = 1, dy = 1, nodeSize = false;
137478 function cluster(root) {

Callers 1

clusterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected