| 6 | |
| 7 | |
| 8 | interface IImagePaintCache { |
| 9 | leafPaint: ILeafPaint |
| 10 | paint: IImagePaint |
| 11 | boxBounds: IBoundsData |
| 12 | } |
| 13 | |
| 14 | let cache: IImagePaintCache, box = new Bounds() |
| 15 | const { isSame } = BoundsHelper |
nothing calls this directly
no outgoing calls
no test coverage detected