(rect: Rect)
| 372 | } |
| 373 | |
| 374 | function hasPositiveVerticalExtent(rect: Rect): boolean { |
| 375 | return rect.height > 0; |
| 376 | } |
| 377 | |
| 378 | function sameRect(left: Rect, right: Rect): boolean { |
| 379 | return ( |
no outgoing calls
no test coverage detected
searching dependent graphs…