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

Function useDelTablesCallback

src/ui-solid/primitives.ts:855–858  ·  view source on GitHub ↗
(
  storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>,
  then?: (store: Store) => void,
)

Source from the content-addressed store, hash-verified

853 useStoreSetCallback(storeOrStoreId, VALUE, getValue, then, valueId);
854
855export const useDelTablesCallback = (
856 storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>,
857 then?: (store: Store) => void,
858): Callback => useDel(storeOrStoreId, TABLES, then);
859
860export const useDelTableCallback = <Parameter>(
861 tableId: MaybeAccessor<Id> | GetId<Parameter>,

Callers 3

WriterFunction · 0.90
primitives.test.tsFile · 0.90
DeleteTablesFunction · 0.90

Calls 1

useDelFunction · 0.70

Tested by 1

WriterFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…