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

Function useResultCellIds

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

Source from the content-addressed store, hash-verified

1893 );
1894
1895export const useResultCellIds: typeof useResultCellIdsDecl = (
1896 queryId: Id,
1897 rowId: Id,
1898 queriesOrQueriesId?: QueriesOrQueriesId,
1899): Ids =>
1900 useListenable(
1901 RESULT + CELL_IDS,
1902 useQueriesOrQueriesById(queriesOrQueriesId),
1903 ReturnType.Array,
1904 [queryId, rowId],
1905 );
1906
1907export const useResultCell: typeof useResultCellDecl = (
1908 queryId: Id,

Callers 3

ReaderFunction · 0.90
ContextQueriesChildFunction · 0.90
ResultRowViewFunction · 0.90

Calls 2

useQueriesOrQueriesByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 2

ReaderFunction · 0.72
ContextQueriesChildFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…