MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / tryReinjectKey

Function tryReinjectKey

frontend/app/store/keymodel.ts:486–488  ·  view source on GitHub ↗
(event: WaveKeyboardEvent)

Source from the content-addressed store, hash-verified

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

Callers 2

onMountFunction · 0.90
waveconfig.tsxFile · 0.90

Calls 1

appHandleKeyDownFunction · 0.85

Tested by

no test coverage detected