MCPcopy Index your code
hub / github.com/tinyplex/tinybase / useDelTablesCallback

Function useDelTablesCallback

src/ui-react/hooks.ts:1097–1101  ·  view source on GitHub ↗
(
  storeOrStoreId?: StoreOrStoreId,
  then?: (store: Store) => void,
  thenDeps?: DependencyList,
)

Source from the content-addressed store, hash-verified

1095 );
1096
1097export const useDelTablesCallback: typeof useDelTablesCallbackDecl = (
1098 storeOrStoreId?: StoreOrStoreId,
1099 then?: (store: Store) => void,
1100 thenDeps?: DependencyList,
1101): Callback => useDel(storeOrStoreId, TABLES, then, thenDeps);
1102
1103export const useDelTableCallback: typeof useDelTableCallbackDecl = <Parameter>(
1104 tableId: Id | GetId<Parameter>,

Callers 5

WriterFunction · 0.90
TestFunction · 0.90
DeleteTablesFunction · 0.90
DeletersFunction · 0.50
DeletersFunction · 0.50

Calls 1

useDelFunction · 0.70

Tested by 2

WriterFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…