MCPcopy Create free account
hub / github.com/bytebase/dbhub / CommandDialogTrigger

Function CommandDialogTrigger

frontend/src/components/ui/command.tsx:29–36  ·  view source on GitHub ↗
(props: CommandDialogPrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

27const CommandDialogPortal = CommandDialogPrimitive.Portal;
28
29function CommandDialogTrigger(props: CommandDialogPrimitive.Trigger.Props) {
30 return (
31 <CommandDialogPrimitive.Trigger
32 data-slot="command-dialog-trigger"
33 {...props}
34 />
35 );
36}
37
38function CommandDialogBackdrop({
39 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected