| 89 | }); |
| 90 | |
| 91 | interface BoundingBox { |
| 92 | x: number; |
| 93 | y: number; |
| 94 | width: number; |
| 95 | height: number; |
| 96 | } |
| 97 | |
| 98 | function expectValidBoundingBox( |
| 99 | bb: BoundingBox | null, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…