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

Function AutocompleteCollection

frontend/src/components/ui/autocomplete.tsx:258–267  ·  view source on GitHub ↗
({
  ...props
}: AutocompletePrimitive.Collection.Props)

Source from the content-addressed store, hash-verified

256}
257
258function AutocompleteCollection({
259 ...props
260}: AutocompletePrimitive.Collection.Props) {
261 return (
262 <AutocompletePrimitive.Collection
263 data-slot="autocomplete-collection"
264 {...props}
265 />
266 );
267}
268
269function AutocompleteTrigger({
270 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected