MCPcopy Create free account
hub / github.com/cosscom/coss / CommandCollection

Function CommandCollection

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected