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

Function useDelValuesCallback

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

Source from the content-addressed store, hash-verified

1138 );
1139
1140export const useDelValuesCallback: typeof useDelValuesCallbackDecl = (
1141 storeOrStoreId?: StoreOrStoreId,
1142 then?: (store: Store) => void,
1143 thenDeps?: DependencyList,
1144): Callback => useDel(storeOrStoreId, VALUES, then, thenDeps);
1145
1146export const useDelValueCallback: typeof useDelValueCallbackDecl = <Parameter>(
1147 valueId: Id | GetId<Parameter>,

Callers 5

WriterFunction · 0.90
TestFunction · 0.90
DeleteValuesFunction · 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…