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