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

Function useTableCellIds

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

Source from the content-addressed store, hash-verified

476 useSetTableCallback(tableId, getArg, [], storeOrStoreId)
477];
478var useTableCellIds = (tableId, storeOrStoreId) => useListenable(
479 TABLE + CELL_IDS,
480 useStoreOrStoreById(storeOrStoreId),
481 1,
482 [tableId]
483);
484var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable(
485 TABLE + CELL,
486 useStoreOrStoreById(storeOrStoreId),

Callers

nothing calls this directly

Calls 2

useListenableFunction · 0.70
useStoreOrStoreByIdFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…