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

Function useResultTableCellIds

src/ui-react/hooks.ts:1835–1844  ·  view source on GitHub ↗
(
  queryId: Id,
  queriesOrQueriesId?: QueriesOrQueriesId,
)

Source from the content-addressed store, hash-verified

1833 );
1834
1835export const useResultTableCellIds: typeof useResultTableCellIdsDecl = (
1836 queryId: Id,
1837 queriesOrQueriesId?: QueriesOrQueriesId,
1838): Ids =>
1839 useListenable(
1840 RESULT + TABLE + CELL_IDS,
1841 useQueriesOrQueriesById(queriesOrQueriesId),
1842 ReturnType.Array,
1843 [queryId],
1844 );
1845
1846export const useResultRowCount: typeof useResultRowCountDecl = (
1847 queryId: Id,

Callers 3

ReaderFunction · 0.90
ResultTableInHtmlTableFunction · 0.90

Calls 2

useQueriesOrQueriesByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…