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

Function useSchema

src/context/schema-provider.tsx:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

SchemaListFunction · 0.90
SchemaViewFunction · 0.90
DatabaseGuiFunction · 0.90
QueryResultFunction · 0.90
TableComboboxFunction · 0.90
MassDropTableTabFunction · 0.90
QueryWindowFunction · 0.90
TableDataWindowFunction · 0.90
LayoutFlowFunction · 0.90
SchemaSaveDialogFunction · 0.90
SchemaNameSelectFunction · 0.90
ColumnForeignKeyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected