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

Function useRemoteRowId

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:608–613  ·  view source on GitHub ↗
(relationshipId, localRowId, relationshipsOrRelationshipsId)

Source from the content-addressed store, hash-verified

606);
607var useRelationshipsOrRelationshipsById = (relationshipsOrRelationshipsId) => useThingOrThingById2(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS);
608var useRemoteRowId = (relationshipId, localRowId, relationshipsOrRelationshipsId) => useListenable2(
609 REMOTE_ROW_ID2,
610 useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId),
611 5,
612 [relationshipId, localRowId]
613);
614var useQueriesOrQueriesById2 = (queriesOrQueriesId) => useThingOrThingById2(queriesOrQueriesId, OFFSET_QUERIES2);
615var useResultTableCellIds = (queryId, queriesOrQueriesId) => useListenable2(
616 RESULT2 + TABLE2 + CELL_IDS2,

Callers 1

RelationshipInHtmlRowFunction · 0.70

Calls 2

useListenable2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…