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

Function CommandCollection

frontend/src/components/ui/command.tsx:200–204  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof AutocompleteCollection>)

Source from the content-addressed store, hash-verified

198}
199
200function CommandCollection({
201 ...props
202}: React.ComponentProps<typeof AutocompleteCollection>) {
203 return <AutocompleteCollection data-slot="command-collection" {...props} />;
204}
205
206function CommandItem({
207 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected