MCPcopy Create free account
hub / github.com/triggerdotdev/trigger.dev / HotKeys

Function HotKeys

packages/cli-v3/src/commands/dev.tsx:767–771  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

765}
766
767function HotKeys() {
768 useHotkeys();
769
770 return <></>;
771}
772
773function WebsocketFactory(apiKey: string) {
774 return class extends wsWebSocket {

Callers

nothing calls this directly

Calls 1

useHotkeysFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…