()
| 37 | let layoutDamageRows: LayoutDamageRows | null = null |
| 38 | |
| 39 | export function resetLayoutShifted(): void { |
| 40 | layoutDamageRows = null |
| 41 | } |
| 42 | |
| 43 | export function getLayoutDamageRows(): LayoutDamageRows | null { |
| 44 | return layoutDamageRows |
no outgoing calls
no test coverage detected