(d)
| 121669 | return d.width; |
| 121670 | } |
| 121671 | function rectangleHeight(d) { |
| 121672 | return d.height; |
| 121673 | } |
| 121674 | function number(_) { |
| 121675 | return typeof _ === "function" ? _ : ()=>+_; |
| 121676 | } |
nothing calls this directly
no outgoing calls
no test coverage detected