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

Function useDottedCellIds

src/ui-react-dom/RelationshipInHtmlTable.tsx:27–31  ·  view source on GitHub ↗
(tableId: Id | undefined, store: Store | undefined)

Source from the content-addressed store, hash-verified

25} from './common/index.tsx';
26
27const useDottedCellIds = (tableId: Id | undefined, store: Store | undefined) =>
28 arrayMap(
29 useTableCellIds(tableId as Id, store),
30 (cellId) => tableId + DOT + cellId,
31 );
32
33export const RelationshipInHtmlRow = ({
34 localRowId,

Callers 1

RelationshipInHtmlTableFunction · 0.70

Calls 2

arrayMapFunction · 0.90
useTableCellIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…