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

Function delLinkedRowIdsCache

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

Source from the content-addressed store, hash-verified

95 );
96
97 const delLinkedRowIdsCache = (relationshipId: Id, firstRowId: Id) =>
98 ifNotUndefined(getRelationship(relationshipId), ([, , linkedRowsCache]) =>
99 mapSet(linkedRowsCache, firstRowId),
100 );
101
102 const setRelationshipDefinition = (
103 relationshipId: Id,

Callers 2

delListenerFunction · 0.70

Calls 1

mapSetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…