()
| 137571 | } |
| 137572 | exports.default = hierarchy; |
| 137573 | function node_copy() { |
| 137574 | return hierarchy(this).eachBefore(copyData); |
| 137575 | } |
| 137576 | function objectChildren(d) { |
| 137577 | return d.children; |
| 137578 | } |
nothing calls this directly
no test coverage detected