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

Function useLocalRowIds

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

Source from the content-addressed store, hash-verified

821 [relationshipId, localRowId]
822);
823var useLocalRowIds = (relationshipId, remoteRowId, relationshipsOrRelationshipsId) => useListenable(
824 LOCAL + ROW_IDS,
825 useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId),
826 1,
827 [relationshipId, remoteRowId]
828);
829var useLinkedRowIds = (relationshipId, firstRowId, relationshipsOrRelationshipsId) => useListenable(
830 LINKED + ROW_IDS,
831 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…