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

Function useTableCellIds

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

Source from the content-addressed store, hash-verified

436 useSetTableCallback(tableId, getArg, storeOrStoreId)
437];
438var useTableCellIds = (tableId, storeOrStoreId) => useListenable(
439 TABLE + CELL_IDS,
440 useStoreOrStoreById(storeOrStoreId),
441 1,
442 [tableId]
443);
444var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable(
445 TABLE + CELL,
446 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…