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

Function useRemoteRowId

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:954–959  ·  view source on GitHub ↗
(relationshipId, localRowId, relationshipsOrRelationshipsId)

Source from the content-addressed store, hash-verified

952 1
953);
954var useRemoteRowId = (relationshipId, localRowId, relationshipsOrRelationshipsId) => useListenable(
955 REMOTE_ROW_ID,
956 useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId),
957 5,
958 [relationshipId, localRowId]
959);
960var useLocalRowIds = (relationshipId, remoteRowId, relationshipsOrRelationshipsId) => useListenable(
961 LOCAL + ROW_IDS,
962 useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId),

Callers 1

RemoteRowViewFunction · 0.70

Calls 2

useListenableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…