()
| 60 | } |
| 61 | |
| 62 | export function useSchema() { |
| 63 | return useContext(SchemaContext); |
| 64 | } |
| 65 | |
| 66 | export function SchemaProvider({ children }: Readonly<PropsWithChildren>) { |
| 67 | const { updateTableList, updateTableSchema } = useAutoComplete(); |
no outgoing calls
no test coverage detected