MCPcopy Create free account
hub / github.com/coder/ghostty-web / handler

Function handler

lib/terminal.test.ts:1018–1018  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

1016 term.open(container!);
1017
1018 const handler = (e: KeyboardEvent) => false;
1019 expect(() => term.attachCustomKeyEventHandler(handler)).not.toThrow();
1020 term.dispose();
1021 });

Callers 2

dispatchEventFunction · 0.70
simulateKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…