(lane: Lane)
| 110 | } |
| 111 | |
| 112 | function createClassErrorUpdate(lane: Lane): Update<mixed> { |
| 113 | const update = createUpdate(lane); |
| 114 | update.tag = CaptureUpdate; |
| 115 | return update; |
| 116 | } |
| 117 | |
| 118 | function initializeClassErrorUpdate( |
| 119 | update: Update<mixed>, |
no test coverage detected