(event: WaveKeyboardEvent)
| 484 | } |
| 485 | |
| 486 | function tryReinjectKey(event: WaveKeyboardEvent): boolean { |
| 487 | return appHandleKeyDown(event); |
| 488 | } |
| 489 | |
| 490 | function countTermBlocks(): number { |
| 491 | const allBCMs = getAllBlockComponentModels(); |
no test coverage detected