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

Function useResultRow

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

Source from the content-addressed store, hash-verified

1881 );
1882
1883export const useResultRow: typeof useResultRowDecl = (
1884 queryId: Id,
1885 rowId: Id,
1886 queriesOrQueriesId?: QueriesOrQueriesId,
1887): Row =>
1888 useListenable(
1889 RESULT + ROW,
1890 useQueriesOrQueriesById(queriesOrQueriesId),
1891 ReturnType.Object,
1892 [queryId, rowId],
1893 );
1894
1895export const useResultCellIds: typeof useResultCellIdsDecl = (
1896 queryId: Id,

Callers 2

ReaderFunction · 0.90
ContextQueriesChildFunction · 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…