MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useDelRowCallback

Function useDelRowCallback

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:679–679  ·  view source on GitHub ↗
(tableId, rowId, storeOrStoreId, then, thenDeps)

Source from the content-addressed store, hash-verified

677var useDelTablesCallback = (storeOrStoreId, then, thenDeps) => useDel(storeOrStoreId, TABLES, then, thenDeps);
678var useDelTableCallback = (tableId, storeOrStoreId, then, thenDeps) => useDel(storeOrStoreId, TABLE, then, thenDeps, tableId);
679var useDelRowCallback = (tableId, rowId, storeOrStoreId, then, thenDeps) => useDel(storeOrStoreId, ROW, then, thenDeps, tableId, rowId);
680var useDelCellCallback = (tableId, rowId, cellId, forceDel, storeOrStoreId, then, thenDeps) => useDel(
681 storeOrStoreId,
682 CELL,

Callers

nothing calls this directly

Calls 1

useDelFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…