MCPcopy
hub / github.com/tinyplex/tinybase / getLinkedRowIds

Function getLinkedRowIds

src/relationships/index.ts:212–215  ·  view source on GitHub ↗
(relationshipId: Id, firstRowId: Id)

Source from the content-addressed store, hash-verified

210 );
211
212 const getLinkedRowIds = (relationshipId: Id, firstRowId: Id): Ids =>
213 isUndefined(getRelationship(relationshipId))
214 ? [firstRowId]
215 : collValues(getLinkedRowIdsCache(relationshipId, firstRowId, true));
216
217 const addRemoteRowIdListener = (
218 relationshipId: IdOrNull,

Callers

nothing calls this directly

Calls 3

isUndefinedFunction · 0.90
collValuesFunction · 0.90
getLinkedRowIdsCacheFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…