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

Function useLocalRowIds

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

Source from the content-addressed store, hash-verified

958 [relationshipId, localRowId]
959);
960var useLocalRowIds = (relationshipId, remoteRowId, relationshipsOrRelationshipsId) => useListenable(
961 LOCAL + ROW_IDS,
962 useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId),
963 1,
964 [relationshipId, remoteRowId]
965);
966var useLinkedRowIds = (relationshipId, firstRowId, relationshipsOrRelationshipsId) => useListenable(
967 LINKED + ROW_IDS,
968 useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId),

Callers

nothing calls this directly

Calls 2

useListenableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…