MCPcopy Create free account
hub / github.com/outerbase/studio / useAutoComplete

Function useAutoComplete

src/context/auto-complete-provider.tsx:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26});
27
28export function useAutoComplete() {
29 return useContext(AutoCompleteContext);
30}
31
32export function AutoCompleteProvider({ children }: PropsWithChildren) {
33 const [internalSchema, setInternalSchema] = useState<

Callers 2

TableDataWindowFunction · 0.90
SchemaProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected