MCPcopy
hub / github.com/triggerdotdev/trigger.dev / DevUIImp

Function DevUIImp

packages/cli-v3/src/commands/dev.tsx:753–761  ·  view source on GitHub ↗
(props: DevProps)

Source from the content-addressed store, hash-verified

751}
752
753function DevUIImp(props: DevProps) {
754 const dev = useDev(props);
755
756 return (
757 <>
758 <HotKeys />
759 </>
760 );
761}
762
763function useHotkeys() {
764 useInput(async (input, key) => {});

Callers

nothing calls this directly

Calls 1

useDevFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…