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

Function useDelValuesCallback

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

Source from the content-addressed store, hash-verified

883 useDel(storeOrStoreId, CELL, then, tableId, rowId, cellId, forceDel);
884
885export const useDelValuesCallback = (
886 storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>,
887 then?: (store: Store) => void,
888): Callback => useDel(storeOrStoreId, VALUES, then);
889
890export const useDelValueCallback = <Parameter>(
891 valueId: MaybeAccessor<Id> | GetId<Parameter>,

Callers 3

WriterFunction · 0.90
primitives.test.tsFile · 0.90
DeleteValuesFunction · 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…