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

Function CommandGroup

frontend/src/components/ui/command.tsx:174–185  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof AutocompleteGroup>)

Source from the content-addressed store, hash-verified

172}
173
174function CommandGroup({
175 className,
176 ...props
177}: React.ComponentProps<typeof AutocompleteGroup>) {
178 return (
179 <AutocompleteGroup
180 className={className}
181 data-slot="command-group"
182 {...props}
183 />
184 );
185}
186
187function CommandGroupLabel({
188 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected