(node)
| 137580 | return Array.isArray(d) ? d[1] : null; |
| 137581 | } |
| 137582 | function copyData(node) { |
| 137583 | if (node.data.value !== undefined) node.value = node.data.value; |
| 137584 | node.data = node.data.data; |
| 137585 | } |
| 137586 | function computeHeight(node) { |
| 137587 | var height = 0; |
| 137588 | do node.height = height; |
nothing calls this directly
no outgoing calls
no test coverage detected